Color spaces of #cd66cc
RGB | 205 | 102 | 204 |
---|---|---|---|
HSL | 0.83 | 0.51 | 0.60 |
HSV | 301° | 50° | 80° |
CMYK | 0.00 | 0.50 | 0.00 0.20 |
XYZ | 40.8273 | 26.8415 | 60.1558 |
Yxy | 26.8415 | 0.3194 | 0.2100 |
Hunter Lab | 51.8088 | 49.9994 | -32.5762 |
CIE-Lab | 58.8273 | 54.7284 | -35.0976 |
#cd66cc color RGB value is (205,102,204).
#cd66cc hex color red value is 205, green value is 102 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd66cc hue: 0.83 , saturation: 0.51 and the lightness value of cd66cc is 0.60.
The process color (four color CMYK) of #cd66cc color hex is 0.00, 0.50, 0.00, 0.20. Web safe color of #cd66cc is #cc66cc. Color #cd66cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01100110 | 11001100 |
Octal | 315 | 146 | 314 |
Decimal | 205 | 102 | 204 |
Hex | CD | 66 | CC |
Shades of #cd66cc
Tints of #cd66cc
RGB Percentages of Color #cd66cc
CMYK Percentages of Color #cd66cc
Complementary Color
#cd66cc | #66cd67 |
#cd66cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd66cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd66cc Color CSS Codes
.mybgcolor {background-color:#cd66cc; } .myforecolor {color:#cd66cc; } .mybordercolor {border:3px solid #cd66cc; }
#cd66cc Text Font Color
<p style="color:#cd66cc">Text here</p>
This sample text font color is #cd66cc
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.
#cd66cc Background Color
<div style="background-color:#cd66cc">
Div content here</div>
This div background color is #cd66cc
#cd66cc Border Color
<div style="border:3px solid #cd66cc">
Div here</div>
This div border color is #cd66cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,102,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd66cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd66cc; -webkit-box-shadow: 1px 1px 3px 2px #cd66cc; box-shadow: 1px 1px 3px 2px #cd66cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,102,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd66cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd66cc; -webkit-box-shadow: 1px 1px 3px 2px #cd66cc; box-shadow: 1px 1px 3px 2px #cd66cc;">
Div content here</div>
This div box has shadow with color #cd66cc
Comments
No comments written yet.
Please login to write comment.