Color spaces of #c034db
RGB | 192 | 52 | 219 |
---|---|---|---|
HSL | 0.81 | 0.70 | 0.53 |
HSV | 290° | 76° | 86° |
CMYK | 0.12 | 0.76 | 0.00 0.14 |
XYZ | 35.7524 | 18.7769 | 68.7578 |
Yxy | 18.7769 | 0.2900 | 0.1523 |
Hunter Lab | 43.3323 | 71.4443 | -63.7461 |
CIE-Lab | 50.4252 | 74.6168 | -57.0607 |
#c034db color RGB value is (192,52,219).
#c034db hex color red value is 192, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c034db hue: 0.81 , saturation: 0.70 and the lightness value of c034db is 0.53.
The process color (four color CMYK) of #c034db color hex is 0.12, 0.76, 0.00, 0.14. Web safe color of #c034db is #cc33cc. Color #c034db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00110100 | 11011011 |
Octal | 300 | 64 | 333 |
Decimal | 192 | 52 | 219 |
Hex | C0 | 34 | DB |
Shades of #c034db
Tints of #c034db
RGB Percentages of Color #c034db
CMYK Percentages of Color #c034db
Complementary Color
#c034db | #4fdb34 |
#c034db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c034db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c034db Color CSS Codes
.mybgcolor {background-color:#c034db; } .myforecolor {color:#c034db; } .mybordercolor {border:3px solid #c034db; }
#c034db Text Font Color
<p style="color:#c034db">Text here</p>
This sample text font color is #c034db
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.
#c034db Background Color
<div style="background-color:#c034db">
Div content here</div>
This div background color is #c034db
#c034db Border Color
<div style="border:3px solid #c034db">
Div here</div>
This div border color is #c034db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,52,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c034db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c034db; -webkit-box-shadow: 1px 1px 3px 2px #c034db; box-shadow: 1px 1px 3px 2px #c034db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,52,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 #c034db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c034db; -webkit-box-shadow: 1px 1px 3px 2px #c034db; box-shadow: 1px 1px 3px 2px #c034db;">
Div content here</div>
This div box has shadow with color #c034db
#c034db Color Palettes
Comments
No comments written yet.
Please login to write comment.