Color spaces of #cc5ebc
RGB | 204 | 94 | 188 |
---|---|---|---|
HSL | 0.86 | 0.52 | 0.58 |
HSV | 309° | 54° | 80° |
CMYK | 0.00 | 0.54 | 0.08 0.20 |
XYZ | 37.9816 | 24.4736 | 50.2990 |
Yxy | 24.4736 | 0.3369 | 0.2171 |
Hunter Lab | 49.4708 | 50.4709 | -25.6530 |
CIE-Lab | 56.5589 | 55.5291 | -29.5057 |
#cc5ebc color RGB value is (204,94,188).
#cc5ebc hex color red value is 204, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc5ebc hue: 0.86 , saturation: 0.52 and the lightness value of cc5ebc is 0.58.
The process color (four color CMYK) of #cc5ebc color hex is 0.00, 0.54, 0.08, 0.20. Web safe color of #cc5ebc is #cc66cc. Color #cc5ebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01011110 | 10111100 |
Octal | 314 | 136 | 274 |
Decimal | 204 | 94 | 188 |
Hex | CC | 5E | BC |
Shades of #cc5ebc
Tints of #cc5ebc
RGB Percentages of Color #cc5ebc
CMYK Percentages of Color #cc5ebc
Complementary Color
#cc5ebc | #5ecc6e |
#cc5ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc5ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc5ebc Color CSS Codes
.mybgcolor {background-color:#cc5ebc; } .myforecolor {color:#cc5ebc; } .mybordercolor {border:3px solid #cc5ebc; }
#cc5ebc Text Font Color
<p style="color:#cc5ebc">Text here</p>
This sample text font color is #cc5ebc
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.
#cc5ebc Background Color
<div style="background-color:#cc5ebc">
Div content here</div>
This div background color is #cc5ebc
#cc5ebc Border Color
<div style="border:3px solid #cc5ebc">
Div here</div>
This div border color is #cc5ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,94,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc5ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc5ebc; -webkit-box-shadow: 1px 1px 3px 2px #cc5ebc; box-shadow: 1px 1px 3px 2px #cc5ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,94,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc5ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc5ebc; -webkit-box-shadow: 1px 1px 3px 2px #cc5ebc; box-shadow: 1px 1px 3px 2px #cc5ebc;">
Div content here</div>
This div box has shadow with color #cc5ebc
Comments
No comments written yet.
Please login to write comment.