Color spaces of #c24dcc
RGB | 194 | 77 | 204 |
---|---|---|---|
HSL | 0.82 | 0.55 | 0.55 |
HSV | 295° | 62° | 80° |
CMYK | 0.05 | 0.62 | 0.00 0.20 |
XYZ | 35.8011 | 21.1367 | 59.3196 |
Yxy | 21.1367 | 0.3079 | 0.1818 |
Hunter Lab | 45.9747 | 58.5447 | -44.3177 |
CIE-Lab | 53.0988 | 63.2564 | -44.2105 |
#c24dcc color RGB value is (194,77,204).
#c24dcc hex color red value is 194, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c24dcc hue: 0.82 , saturation: 0.55 and the lightness value of c24dcc is 0.55.
The process color (four color CMYK) of #c24dcc color hex is 0.05, 0.62, 0.00, 0.20. Web safe color of #c24dcc is #cc66cc. Color #c24dcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01001101 | 11001100 |
Octal | 302 | 115 | 314 |
Decimal | 194 | 77 | 204 |
Hex | C2 | 4D | CC |
Shades of #c24dcc
Tints of #c24dcc
RGB Percentages of Color #c24dcc
CMYK Percentages of Color #c24dcc
Complementary Color
#c24dcc | #57cc4d |
#c24dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c24dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c24dcc Color CSS Codes
.mybgcolor {background-color:#c24dcc; } .myforecolor {color:#c24dcc; } .mybordercolor {border:3px solid #c24dcc; }
#c24dcc Text Font Color
<p style="color:#c24dcc">Text here</p>
This sample text font color is #c24dcc
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.
#c24dcc Background Color
<div style="background-color:#c24dcc">
Div content here</div>
This div background color is #c24dcc
#c24dcc Border Color
<div style="border:3px solid #c24dcc">
Div here</div>
This div border color is #c24dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,77,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c24dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c24dcc; -webkit-box-shadow: 1px 1px 3px 2px #c24dcc; box-shadow: 1px 1px 3px 2px #c24dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,77,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c24dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c24dcc; -webkit-box-shadow: 1px 1px 3px 2px #c24dcc; box-shadow: 1px 1px 3px 2px #c24dcc;">
Div content here</div>
This div box has shadow with color #c24dcc
Comments
No comments written yet.
Please login to write comment.