Color spaces of #a88ead
RGB | 168 | 142 | 173 |
---|---|---|---|
HSL | 0.81 | 0.16 | 0.62 |
HSV | 290° | 18° | 68° |
CMYK | 0.03 | 0.18 | 0.00 0.32 |
XYZ | 33.3643 | 30.6880 | 43.7000 |
Yxy | 30.6880 | 0.3096 | 0.2848 |
Hunter Lab | 55.3968 | 10.5625 | -7.9935 |
CIE-Lab | 62.2434 | 15.4542 | -12.6243 |
#a88ead color RGB value is (168,142,173).
#a88ead hex color red value is 168, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a88ead hue: 0.81 , saturation: 0.16 and the lightness value of a88ead is 0.62.
The process color (four color CMYK) of #a88ead color hex is 0.03, 0.18, 0.00, 0.32. Web safe color of #a88ead is #999999. Color #a88ead contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10001110 | 10101101 |
Octal | 250 | 216 | 255 |
Decimal | 168 | 142 | 173 |
Hex | A8 | 8E | AD |
Shades of #a88ead
Tints of #a88ead
RGB Percentages of Color #a88ead
CMYK Percentages of Color #a88ead
Complementary Color
#a88ead | #93ad8e |
#a88ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a88ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#a88ead Color CSS Codes
.mybgcolor {background-color:#a88ead; } .myforecolor {color:#a88ead; } .mybordercolor {border:3px solid #a88ead; }
#a88ead Text Font Color
<p style="color:#a88ead">Text here</p>
This sample text font color is #a88ead
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a88ead Background Color
<div style="background-color:#a88ead">
Div content here</div>
This div background color is #a88ead
#a88ead Border Color
<div style="border:3px solid #a88ead">
Div here</div>
This div border color is #a88ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,142,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a88ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a88ead; -webkit-box-shadow: 1px 1px 3px 2px #a88ead; box-shadow: 1px 1px 3px 2px #a88ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,142,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a88ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a88ead; -webkit-box-shadow: 1px 1px 3px 2px #a88ead; box-shadow: 1px 1px 3px 2px #a88ead;">
Div content here</div>
This div box has shadow with color #a88ead
Comments
No comments written yet.
Please login to write comment.