Color spaces of #876cac
RGB | 135 | 108 | 172 |
---|---|---|---|
HSL | 0.74 | 0.28 | 0.55 |
HSV | 265° | 37° | 67° |
CMYK | 0.22 | 0.37 | 0.00 0.33 |
XYZ | 22.8006 | 18.8546 | 41.4673 |
Yxy | 18.8546 | 0.2743 | 0.2268 |
Hunter Lab | 43.4219 | 17.7411 | -26.2258 |
CIE-Lab | 50.5167 | 23.9650 | -30.2862 |
#876cac color RGB value is (135,108,172).
#876cac hex color red value is 135, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #876cac hue: 0.74 , saturation: 0.28 and the lightness value of 876cac is 0.55.
The process color (four color CMYK) of #876cac color hex is 0.22, 0.37, 0.00, 0.33. Web safe color of #876cac is #996699. Color #876cac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01101100 | 10101100 |
Octal | 207 | 154 | 254 |
Decimal | 135 | 108 | 172 |
Hex | 87 | 6C | AC |
Shades of #876cac
Tints of #876cac
RGB Percentages of Color #876cac
CMYK Percentages of Color #876cac
Complementary Color
#876cac | #91ac6c |
#876cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#876cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#876cac Color CSS Codes
.mybgcolor {background-color:#876cac; } .myforecolor {color:#876cac; } .mybordercolor {border:3px solid #876cac; }
#876cac Text Font Color
<p style="color:#876cac">Text here</p>
This sample text font color is #876cac
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.
#876cac Background Color
<div style="background-color:#876cac">
Div content here</div>
This div background color is #876cac
#876cac Border Color
<div style="border:3px solid #876cac">
Div here</div>
This div border color is #876cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,108,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #876cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #876cac; -webkit-box-shadow: 1px 1px 3px 2px #876cac; box-shadow: 1px 1px 3px 2px #876cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,108,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 #876cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #876cac; -webkit-box-shadow: 1px 1px 3px 2px #876cac; box-shadow: 1px 1px 3px 2px #876cac;">
Div content here</div>
This div box has shadow with color #876cac
Comments
No comments written yet.
Please login to write comment.