Color spaces of #cb87ae
RGB | 203 | 135 | 174 |
---|---|---|---|
HSL | 0.90 | 0.40 | 0.66 |
HSV | 326° | 33° | 80° |
CMYK | 0.00 | 0.33 | 0.14 0.20 |
XYZ | 40.9326 | 33.0804 | 44.2722 |
Yxy | 33.0804 | 0.3461 | 0.2797 |
Hunter Lab | 57.5156 | 26.3824 | -5.3772 |
CIE-Lab | 64.2260 | 31.7825 | -9.8471 |
#cb87ae color RGB value is (203,135,174).
#cb87ae hex color red value is 203, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb87ae hue: 0.90 , saturation: 0.40 and the lightness value of cb87ae is 0.66.
The process color (four color CMYK) of #cb87ae color hex is 0.00, 0.33, 0.14, 0.20. Web safe color of #cb87ae is #cc9999. Color #cb87ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10000111 | 10101110 |
Octal | 313 | 207 | 256 |
Decimal | 203 | 135 | 174 |
Hex | CB | 87 | AE |
Shades of #cb87ae
Tints of #cb87ae
RGB Percentages of Color #cb87ae
CMYK Percentages of Color #cb87ae
Complementary Color
#cb87ae | #87cba4 |
#cb87ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb87ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb87ae Color CSS Codes
.mybgcolor {background-color:#cb87ae; } .myforecolor {color:#cb87ae; } .mybordercolor {border:3px solid #cb87ae; }
#cb87ae Text Font Color
<p style="color:#cb87ae">Text here</p>
This sample text font color is #cb87ae
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.
#cb87ae Background Color
<div style="background-color:#cb87ae">
Div content here</div>
This div background color is #cb87ae
#cb87ae Border Color
<div style="border:3px solid #cb87ae">
Div here</div>
This div border color is #cb87ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,135,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb87ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb87ae; -webkit-box-shadow: 1px 1px 3px 2px #cb87ae; box-shadow: 1px 1px 3px 2px #cb87ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,135,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 #cb87ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb87ae; -webkit-box-shadow: 1px 1px 3px 2px #cb87ae; box-shadow: 1px 1px 3px 2px #cb87ae;">
Div content here</div>
This div box has shadow with color #cb87ae
Comments
No comments written yet.
Please login to write comment.