Color spaces of #cc6fda
RGB | 204 | 111 | 218 |
---|---|---|---|
HSL | 0.81 | 0.59 | 0.65 |
HSV | 292° | 49° | 85° |
CMYK | 0.06 | 0.49 | 0.00 0.15 |
XYZ | 43.2412 | 29.2682 | 69.6999 |
Yxy | 29.2682 | 0.3041 | 0.2058 |
Hunter Lab | 54.1001 | 47.9966 | -38.5163 |
CIE-Lab | 61.0176 | 52.5808 | -39.5780 |
#cc6fda color RGB value is (204,111,218).
#cc6fda hex color red value is 204, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cc6fda hue: 0.81 , saturation: 0.59 and the lightness value of cc6fda is 0.65.
The process color (four color CMYK) of #cc6fda color hex is 0.06, 0.49, 0.00, 0.15. Web safe color of #cc6fda is #cc66cc. Color #cc6fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01101111 | 11011010 |
Octal | 314 | 157 | 332 |
Decimal | 204 | 111 | 218 |
Hex | CC | 6F | DA |
Shades of #cc6fda
Tints of #cc6fda
RGB Percentages of Color #cc6fda
CMYK Percentages of Color #cc6fda
Complementary Color
#cc6fda | #7dda6f |
#cc6fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc6fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc6fda Color CSS Codes
.mybgcolor {background-color:#cc6fda; } .myforecolor {color:#cc6fda; } .mybordercolor {border:3px solid #cc6fda; }
#cc6fda Text Font Color
<p style="color:#cc6fda">Text here</p>
This sample text font color is #cc6fda
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.
#cc6fda Background Color
<div style="background-color:#cc6fda">
Div content here</div>
This div background color is #cc6fda
#cc6fda Border Color
<div style="border:3px solid #cc6fda">
Div here</div>
This div border color is #cc6fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,111,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc6fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc6fda; -webkit-box-shadow: 1px 1px 3px 2px #cc6fda; box-shadow: 1px 1px 3px 2px #cc6fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,111,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc6fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc6fda; -webkit-box-shadow: 1px 1px 3px 2px #cc6fda; box-shadow: 1px 1px 3px 2px #cc6fda;">
Div content here</div>
This div box has shadow with color #cc6fda
Comments
No comments written yet.
Please login to write comment.