Color spaces of #c04dca
RGB | 192 | 77 | 202 |
---|---|---|---|
HSL | 0.82 | 0.54 | 0.55 |
HSV | 295° | 62° | 79° |
CMYK | 0.05 | 0.62 | 0.00 0.21 |
XYZ | 35.0528 | 20.7785 | 58.0403 |
Yxy | 20.7785 | 0.3078 | 0.1825 |
Hunter Lab | 45.5834 | 57.4921 | -43.5841 |
CIE-Lab | 52.7062 | 62.4149 | -43.7045 |
#c04dca color RGB value is (192,77,202).
#c04dca hex color red value is 192, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c04dca hue: 0.82 , saturation: 0.54 and the lightness value of c04dca is 0.55.
The process color (four color CMYK) of #c04dca color hex is 0.05, 0.62, 0.00, 0.21. Web safe color of #c04dca is #cc66cc. Color #c04dca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01001101 | 11001010 |
Octal | 300 | 115 | 312 |
Decimal | 192 | 77 | 202 |
Hex | C0 | 4D | CA |
Shades of #c04dca
Tints of #c04dca
RGB Percentages of Color #c04dca
CMYK Percentages of Color #c04dca
Complementary Color
#c04dca | #57ca4d |
#c04dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c04dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c04dca Color CSS Codes
.mybgcolor {background-color:#c04dca; } .myforecolor {color:#c04dca; } .mybordercolor {border:3px solid #c04dca; }
#c04dca Text Font Color
<p style="color:#c04dca">Text here</p>
This sample text font color is #c04dca
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.
#c04dca Background Color
<div style="background-color:#c04dca">
Div content here</div>
This div background color is #c04dca
#c04dca Border Color
<div style="border:3px solid #c04dca">
Div here</div>
This div border color is #c04dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,77,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c04dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c04dca; -webkit-box-shadow: 1px 1px 3px 2px #c04dca; box-shadow: 1px 1px 3px 2px #c04dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,77,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c04dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c04dca; -webkit-box-shadow: 1px 1px 3px 2px #c04dca; box-shadow: 1px 1px 3px 2px #c04dca;">
Div content here</div>
This div box has shadow with color #c04dca
Comments
No comments written yet.
Please login to write comment.