Color spaces of #a87eab
RGB | 168 | 126 | 171 |
---|---|---|---|
HSL | 0.82 | 0.21 | 0.58 |
HSV | 296° | 26° | 67° |
CMYK | 0.02 | 0.26 | 0.00 0.33 |
XYZ | 30.9600 | 26.1868 | 41.9509 |
Yxy | 26.1868 | 0.3124 | 0.2643 |
Hunter Lab | 51.1730 | 18.4408 | -12.7839 |
CIE-Lab | 58.2139 | 24.1380 | -17.5765 |
#a87eab color RGB value is (168,126,171).
#a87eab hex color red value is 168, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a87eab hue: 0.82 , saturation: 0.21 and the lightness value of a87eab is 0.58.
The process color (four color CMYK) of #a87eab color hex is 0.02, 0.26, 0.00, 0.33. Web safe color of #a87eab is #996699. Color #a87eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01111110 | 10101011 |
Octal | 250 | 176 | 253 |
Decimal | 168 | 126 | 171 |
Hex | A8 | 7E | AB |
Shades of #a87eab
Tints of #a87eab
RGB Percentages of Color #a87eab
CMYK Percentages of Color #a87eab
Complementary Color
#a87eab | #81ab7e |
#a87eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a87eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a87eab Color CSS Codes
.mybgcolor {background-color:#a87eab; } .myforecolor {color:#a87eab; } .mybordercolor {border:3px solid #a87eab; }
#a87eab Text Font Color
<p style="color:#a87eab">Text here</p>
This sample text font color is #a87eab
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.
#a87eab Background Color
<div style="background-color:#a87eab">
Div content here</div>
This div background color is #a87eab
#a87eab Border Color
<div style="border:3px solid #a87eab">
Div here</div>
This div border color is #a87eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,126,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a87eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a87eab; -webkit-box-shadow: 1px 1px 3px 2px #a87eab; box-shadow: 1px 1px 3px 2px #a87eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,126,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a87eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a87eab; -webkit-box-shadow: 1px 1px 3px 2px #a87eab; box-shadow: 1px 1px 3px 2px #a87eab;">
Div content here</div>
This div box has shadow with color #a87eab
Comments
No comments written yet.
Please login to write comment.