Color spaces of #cc64ea
RGB | 204 | 100 | 234 |
---|---|---|---|
HSL | 0.80 | 0.76 | 0.65 |
HSV | 287° | 57° | 92° |
CMYK | 0.13 | 0.57 | 0.00 0.08 |
XYZ | 44.3103 | 27.8922 | 80.8902 |
Yxy | 27.8922 | 0.2894 | 0.1822 |
Hunter Lab | 52.8131 | 57.3391 | -53.8413 |
CIE-Lab | 59.7912 | 61.0104 | -50.4631 |
#cc64ea color RGB value is (204,100,234).
#cc64ea hex color red value is 204, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc64ea hue: 0.80 , saturation: 0.76 and the lightness value of cc64ea is 0.65.
The process color (four color CMYK) of #cc64ea color hex is 0.13, 0.57, 0.00, 0.08. Web safe color of #cc64ea is #cc66ff. Color #cc64ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01100100 | 11101010 |
Octal | 314 | 144 | 352 |
Decimal | 204 | 100 | 234 |
Hex | CC | 64 | EA |
Shades of #cc64ea
Tints of #cc64ea
RGB Percentages of Color #cc64ea
CMYK Percentages of Color #cc64ea
Complementary Color
#cc64ea | #82ea64 |
#cc64ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc64ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc64ea Color CSS Codes
.mybgcolor {background-color:#cc64ea; } .myforecolor {color:#cc64ea; } .mybordercolor {border:3px solid #cc64ea; }
#cc64ea Text Font Color
<p style="color:#cc64ea">Text here</p>
This sample text font color is #cc64ea
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.
#cc64ea Background Color
<div style="background-color:#cc64ea">
Div content here</div>
This div background color is #cc64ea
#cc64ea Border Color
<div style="border:3px solid #cc64ea">
Div here</div>
This div border color is #cc64ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,100,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc64ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc64ea; -webkit-box-shadow: 1px 1px 3px 2px #cc64ea; box-shadow: 1px 1px 3px 2px #cc64ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,100,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc64ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc64ea; -webkit-box-shadow: 1px 1px 3px 2px #cc64ea; box-shadow: 1px 1px 3px 2px #cc64ea;">
Div content here</div>
This div box has shadow with color #cc64ea
Comments
No comments written yet.
Please login to write comment.