Color spaces of #876cae
RGB | 135 | 108 | 174 |
---|---|---|---|
HSL | 0.73 | 0.29 | 0.55 |
HSV | 265° | 38° | 68° |
CMYK | 0.22 | 0.38 | 0.00 0.32 |
XYZ | 22.9942 | 18.9320 | 42.4867 |
Yxy | 18.9320 | 0.2724 | 0.2243 |
Hunter Lab | 43.5109 | 18.1877 | -27.4367 |
CIE-Lab | 50.6076 | 24.4501 | -31.3079 |
#876cae color RGB value is (135,108,174).
#876cae hex color red value is 135, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #876cae hue: 0.73 , saturation: 0.29 and the lightness value of 876cae is 0.55.
The process color (four color CMYK) of #876cae color hex is 0.22, 0.38, 0.00, 0.32. Web safe color of #876cae is #996699. Color #876cae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01101100 | 10101110 |
Octal | 207 | 154 | 256 |
Decimal | 135 | 108 | 174 |
Hex | 87 | 6C | AE |
Shades of #876cae
Tints of #876cae
RGB Percentages of Color #876cae
CMYK Percentages of Color #876cae
Complementary Color
#876cae | #93ae6c |
#876cae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#876cae Color Preview on White Background
Lorem ipsum dolor sit amet.
#876cae Color CSS Codes
.mybgcolor {background-color:#876cae; } .myforecolor {color:#876cae; } .mybordercolor {border:3px solid #876cae; }
#876cae Text Font Color
<p style="color:#876cae">Text here</p>
This sample text font color is #876cae
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.
#876cae Background Color
<div style="background-color:#876cae">
Div content here</div>
This div background color is #876cae
#876cae Border Color
<div style="border:3px solid #876cae">
Div here</div>
This div border color is #876cae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,108,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #876cae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #876cae; -webkit-box-shadow: 1px 1px 3px 2px #876cae; box-shadow: 1px 1px 3px 2px #876cae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,108,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #876cae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #876cae; -webkit-box-shadow: 1px 1px 3px 2px #876cae; box-shadow: 1px 1px 3px 2px #876cae;">
Div content here</div>
This div box has shadow with color #876cae
Comments
No comments written yet.
Please login to write comment.