Color spaces of #a087af
RGB | 160 | 135 | 175 |
---|---|---|---|
HSL | 0.77 | 0.20 | 0.61 |
HSV | 278° | 23° | 69° |
CMYK | 0.09 | 0.23 | 0.00 0.31 |
XYZ | 30.8990 | 27.8967 | 44.3135 |
Yxy | 27.8967 | 0.2997 | 0.2706 |
Hunter Lab | 52.8173 | 11.9951 | -12.7719 |
CIE-Lab | 59.7953 | 17.0957 | -17.5323 |
#a087af color RGB value is (160,135,175).
#a087af hex color red value is 160, green value is 135 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a087af hue: 0.77 , saturation: 0.20 and the lightness value of a087af is 0.61.
The process color (four color CMYK) of #a087af color hex is 0.09, 0.23, 0.00, 0.31. Web safe color of #a087af is #999999. Color #a087af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10000111 | 10101111 |
Octal | 240 | 207 | 257 |
Decimal | 160 | 135 | 175 |
Hex | A0 | 87 | AF |
Shades of #a087af
Tints of #a087af
RGB Percentages of Color #a087af
CMYK Percentages of Color #a087af
Complementary Color
#a087af | #96af87 |
#a087af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a087af Color Preview on White Background
Lorem ipsum dolor sit amet.
#a087af Color CSS Codes
.mybgcolor {background-color:#a087af; } .myforecolor {color:#a087af; } .mybordercolor {border:3px solid #a087af; }
#a087af Text Font Color
<p style="color:#a087af">Text here</p>
This sample text font color is #a087af
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.
#a087af Background Color
<div style="background-color:#a087af">
Div content here</div>
This div background color is #a087af
#a087af Border Color
<div style="border:3px solid #a087af">
Div here</div>
This div border color is #a087af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,135,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a087af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a087af; -webkit-box-shadow: 1px 1px 3px 2px #a087af; box-shadow: 1px 1px 3px 2px #a087af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,135,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a087af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a087af; -webkit-box-shadow: 1px 1px 3px 2px #a087af; box-shadow: 1px 1px 3px 2px #a087af;">
Div content here</div>
This div box has shadow with color #a087af
Comments
No comments written yet.
Please login to write comment.