Color spaces of #9887ac
RGB | 152 | 135 | 172 |
---|---|---|---|
HSL | 0.74 | 0.18 | 0.60 |
HSV | 268° | 22° | 67° |
CMYK | 0.12 | 0.22 | 0.00 0.33 |
XYZ | 29.0593 | 26.9819 | 42.7062 |
Yxy | 26.9819 | 0.2943 | 0.2732 |
Hunter Lab | 51.9441 | 8.9568 | -12.3848 |
CIE-Lab | 58.9576 | 13.7433 | -17.1625 |
#9887ac color RGB value is (152,135,172).
#9887ac hex color red value is 152, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9887ac hue: 0.74 , saturation: 0.18 and the lightness value of 9887ac is 0.60.
The process color (four color CMYK) of #9887ac color hex is 0.12, 0.22, 0.00, 0.33. Web safe color of #9887ac is #999999. Color #9887ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10000111 | 10101100 |
Octal | 230 | 207 | 254 |
Decimal | 152 | 135 | 172 |
Hex | 98 | 87 | AC |
Shades of #9887ac
Tints of #9887ac
RGB Percentages of Color #9887ac
CMYK Percentages of Color #9887ac
Complementary Color
#9887ac | #9bac87 |
#9887ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9887ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#9887ac Color CSS Codes
.mybgcolor {background-color:#9887ac; } .myforecolor {color:#9887ac; } .mybordercolor {border:3px solid #9887ac; }
#9887ac Text Font Color
<p style="color:#9887ac">Text here</p>
This sample text font color is #9887ac
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.
#9887ac Background Color
<div style="background-color:#9887ac">
Div content here</div>
This div background color is #9887ac
#9887ac Border Color
<div style="border:3px solid #9887ac">
Div here</div>
This div border color is #9887ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,135,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9887ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9887ac; -webkit-box-shadow: 1px 1px 3px 2px #9887ac; box-shadow: 1px 1px 3px 2px #9887ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,135,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9887ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9887ac; -webkit-box-shadow: 1px 1px 3px 2px #9887ac; box-shadow: 1px 1px 3px 2px #9887ac;">
Div content here</div>
This div box has shadow with color #9887ac
Comments
No comments written yet.
Please login to write comment.