Color spaces of #cc5ddb
RGB | 204 | 93 | 219 |
---|---|---|---|
HSL | 0.81 | 0.64 | 0.61 |
HSV | 293° | 58° | 86° |
CMYK | 0.07 | 0.58 | 0.00 0.14 |
XYZ | 41.6024 | 25.7805 | 69.8013 |
Yxy | 25.7805 | 0.3033 | 0.1879 |
Hunter Lab | 50.7745 | 57.3997 | -45.9657 |
CIE-Lab | 57.8281 | 61.4078 | -45.1607 |
#cc5ddb color RGB value is (204,93,219).
#cc5ddb hex color red value is 204, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc5ddb hue: 0.81 , saturation: 0.64 and the lightness value of cc5ddb is 0.61.
The process color (four color CMYK) of #cc5ddb color hex is 0.07, 0.58, 0.00, 0.14. Web safe color of #cc5ddb is #cc66cc. Color #cc5ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01011101 | 11011011 |
Octal | 314 | 135 | 333 |
Decimal | 204 | 93 | 219 |
Hex | CC | 5D | DB |
Shades of #cc5ddb
Tints of #cc5ddb
RGB Percentages of Color #cc5ddb
CMYK Percentages of Color #cc5ddb
Complementary Color
#cc5ddb | #6cdb5d |
#cc5ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc5ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc5ddb Color CSS Codes
.mybgcolor {background-color:#cc5ddb; } .myforecolor {color:#cc5ddb; } .mybordercolor {border:3px solid #cc5ddb; }
#cc5ddb Text Font Color
<p style="color:#cc5ddb">Text here</p>
This sample text font color is #cc5ddb
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.
#cc5ddb Background Color
<div style="background-color:#cc5ddb">
Div content here</div>
This div background color is #cc5ddb
#cc5ddb Border Color
<div style="border:3px solid #cc5ddb">
Div here</div>
This div border color is #cc5ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,93,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc5ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc5ddb; -webkit-box-shadow: 1px 1px 3px 2px #cc5ddb; box-shadow: 1px 1px 3px 2px #cc5ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,93,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc5ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc5ddb; -webkit-box-shadow: 1px 1px 3px 2px #cc5ddb; box-shadow: 1px 1px 3px 2px #cc5ddb;">
Div content here</div>
This div box has shadow with color #cc5ddb
Comments
No comments written yet.
Please login to write comment.