Color spaces of #c02ddb
RGB | 192 | 45 | 219 |
---|---|---|---|
HSL | 0.81 | 0.71 | 0.52 |
HSV | 291° | 79° | 86° |
CMYK | 0.12 | 0.79 | 0.00 0.14 |
XYZ | 35.4628 | 18.1977 | 68.6612 |
Yxy | 18.1977 | 0.2899 | 0.1488 |
Hunter Lab | 42.6588 | 73.7366 | -65.5688 |
CIE-Lab | 49.7350 | 76.6144 | -58.1702 |
#c02ddb color RGB value is (192,45,219).
#c02ddb hex color red value is 192, green value is 45 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c02ddb hue: 0.81 , saturation: 0.71 and the lightness value of c02ddb is 0.52.
The process color (four color CMYK) of #c02ddb color hex is 0.12, 0.79, 0.00, 0.14. Web safe color of #c02ddb is #cc33cc. Color #c02ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00101101 | 11011011 |
Octal | 300 | 55 | 333 |
Decimal | 192 | 45 | 219 |
Hex | C0 | 2D | DB |
Shades of #c02ddb
Tints of #c02ddb
RGB Percentages of Color #c02ddb
CMYK Percentages of Color #c02ddb
Complementary Color
#c02ddb | #48db2d |
#c02ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c02ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c02ddb Color CSS Codes
.mybgcolor {background-color:#c02ddb; } .myforecolor {color:#c02ddb; } .mybordercolor {border:3px solid #c02ddb; }
#c02ddb Text Font Color
<p style="color:#c02ddb">Text here</p>
This sample text font color is #c02ddb
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.
#c02ddb Background Color
<div style="background-color:#c02ddb">
Div content here</div>
This div background color is #c02ddb
#c02ddb Border Color
<div style="border:3px solid #c02ddb">
Div here</div>
This div border color is #c02ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,45,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c02ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c02ddb; -webkit-box-shadow: 1px 1px 3px 2px #c02ddb; box-shadow: 1px 1px 3px 2px #c02ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,45,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c02ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c02ddb; -webkit-box-shadow: 1px 1px 3px 2px #c02ddb; box-shadow: 1px 1px 3px 2px #c02ddb;">
Div content here</div>
This div box has shadow with color #c02ddb
Comments
No comments written yet.
Please login to write comment.