Color spaces of #c062cc
RGB | 192 | 98 | 204 |
---|---|---|---|
HSL | 0.81 | 0.51 | 0.59 |
HSV | 293° | 52° | 80° |
CMYK | 0.06 | 0.52 | 0.00 0.20 |
XYZ | 37.0050 | 24.3015 | 59.8670 |
Yxy | 24.3015 | 0.3054 | 0.2006 |
Hunter Lab | 49.2966 | 47.7240 | -37.4957 |
CIE-Lab | 56.3884 | 53.0800 | -39.0396 |
#c062cc color RGB value is (192,98,204).
#c062cc hex color red value is 192, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c062cc hue: 0.81 , saturation: 0.51 and the lightness value of c062cc is 0.59.
The process color (four color CMYK) of #c062cc color hex is 0.06, 0.52, 0.00, 0.20. Web safe color of #c062cc is #cc66cc. Color #c062cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01100010 | 11001100 |
Octal | 300 | 142 | 314 |
Decimal | 192 | 98 | 204 |
Hex | C0 | 62 | CC |
Shades of #c062cc
Tints of #c062cc
RGB Percentages of Color #c062cc
CMYK Percentages of Color #c062cc
Complementary Color
#c062cc | #6ecc62 |
#c062cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c062cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c062cc Color CSS Codes
.mybgcolor {background-color:#c062cc; } .myforecolor {color:#c062cc; } .mybordercolor {border:3px solid #c062cc; }
#c062cc Text Font Color
<p style="color:#c062cc">Text here</p>
This sample text font color is #c062cc
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.
#c062cc Background Color
<div style="background-color:#c062cc">
Div content here</div>
This div background color is #c062cc
#c062cc Border Color
<div style="border:3px solid #c062cc">
Div here</div>
This div border color is #c062cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,98,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c062cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c062cc; -webkit-box-shadow: 1px 1px 3px 2px #c062cc; box-shadow: 1px 1px 3px 2px #c062cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,98,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 #c062cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c062cc; -webkit-box-shadow: 1px 1px 3px 2px #c062cc; box-shadow: 1px 1px 3px 2px #c062cc;">
Div content here</div>
This div box has shadow with color #c062cc
Comments
No comments written yet.
Please login to write comment.