Color spaces of #cc73de
RGB | 204 | 115 | 222 |
---|---|---|---|
HSL | 0.81 | 0.62 | 0.66 |
HSV | 290° | 48° | 87° |
CMYK | 0.08 | 0.48 | 0.00 0.13 |
XYZ | 44.2174 | 30.3728 | 72.6393 |
Yxy | 30.3728 | 0.3003 | 0.2063 |
Hunter Lab | 55.1115 | 46.7700 | -39.5686 |
CIE-Lab | 61.9746 | 51.3283 | -40.3178 |
#cc73de color RGB value is (204,115,222).
#cc73de hex color red value is 204, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc73de hue: 0.81 , saturation: 0.62 and the lightness value of cc73de is 0.66.
The process color (four color CMYK) of #cc73de color hex is 0.08, 0.48, 0.00, 0.13. Web safe color of #cc73de is #cc66cc. Color #cc73de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01110011 | 11011110 |
Octal | 314 | 163 | 336 |
Decimal | 204 | 115 | 222 |
Hex | CC | 73 | DE |
Shades of #cc73de
Tints of #cc73de
RGB Percentages of Color #cc73de
CMYK Percentages of Color #cc73de
Complementary Color
#cc73de | #85de73 |
#cc73de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc73de Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc73de Color CSS Codes
.mybgcolor {background-color:#cc73de; } .myforecolor {color:#cc73de; } .mybordercolor {border:3px solid #cc73de; }
#cc73de Text Font Color
<p style="color:#cc73de">Text here</p>
This sample text font color is #cc73de
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.
#cc73de Background Color
<div style="background-color:#cc73de">
Div content here</div>
This div background color is #cc73de
#cc73de Border Color
<div style="border:3px solid #cc73de">
Div here</div>
This div border color is #cc73de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,115,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc73de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc73de; -webkit-box-shadow: 1px 1px 3px 2px #cc73de; box-shadow: 1px 1px 3px 2px #cc73de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,115,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc73de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc73de; -webkit-box-shadow: 1px 1px 3px 2px #cc73de; box-shadow: 1px 1px 3px 2px #cc73de;">
Div content here</div>
This div box has shadow with color #cc73de
Comments
No comments written yet.
Please login to write comment.