Color spaces of #cd8eaa
RGB | 205 | 142 | 170 |
---|---|---|---|
HSL | 0.93 | 0.39 | 0.68 |
HSV | 333° | 31° | 80° |
CMYK | 0.00 | 0.31 | 0.17 0.20 |
XYZ | 42.1055 | 35.2274 | 42.6106 |
Yxy | 35.2274 | 0.3510 | 0.2937 |
Hunter Lab | 59.3527 | 22.7629 | -1.0187 |
CIE-Lab | 65.9253 | 28.0302 | -5.0398 |
#cd8eaa color RGB value is (205,142,170).
#cd8eaa hex color red value is 205, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cd8eaa hue: 0.93 , saturation: 0.39 and the lightness value of cd8eaa is 0.68.
The process color (four color CMYK) of #cd8eaa color hex is 0.00, 0.31, 0.17, 0.20. Web safe color of #cd8eaa is #cc9999. Color #cd8eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10001110 | 10101010 |
Octal | 315 | 216 | 252 |
Decimal | 205 | 142 | 170 |
Hex | CD | 8E | AA |
Shades of #cd8eaa
Tints of #cd8eaa
RGB Percentages of Color #cd8eaa
CMYK Percentages of Color #cd8eaa
Complementary Color
#cd8eaa | #8ecdb1 |
#cd8eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd8eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd8eaa Color CSS Codes
.mybgcolor {background-color:#cd8eaa; } .myforecolor {color:#cd8eaa; } .mybordercolor {border:3px solid #cd8eaa; }
#cd8eaa Text Font Color
<p style="color:#cd8eaa">Text here</p>
This sample text font color is #cd8eaa
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.
#cd8eaa Background Color
<div style="background-color:#cd8eaa">
Div content here</div>
This div background color is #cd8eaa
#cd8eaa Border Color
<div style="border:3px solid #cd8eaa">
Div here</div>
This div border color is #cd8eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,142,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd8eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd8eaa; -webkit-box-shadow: 1px 1px 3px 2px #cd8eaa; box-shadow: 1px 1px 3px 2px #cd8eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,142,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd8eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd8eaa; -webkit-box-shadow: 1px 1px 3px 2px #cd8eaa; box-shadow: 1px 1px 3px 2px #cd8eaa;">
Div content here</div>
This div box has shadow with color #cd8eaa
Comments
No comments written yet.
Please login to write comment.