Color spaces of #c077db
RGB | 192 | 119 | 219 |
---|---|---|---|
HSL | 0.79 | 0.58 | 0.66 |
HSV | 284° | 46° | 86° |
CMYK | 0.12 | 0.46 | 0.00 0.14 |
XYZ | 41.1212 | 29.5146 | 70.5474 |
Yxy | 29.5146 | 0.2913 | 0.2091 |
Hunter Lab | 54.3273 | 40.0365 | -38.9626 |
CIE-Lab | 61.2331 | 45.2617 | -39.9022 |
#c077db color RGB value is (192,119,219).
#c077db hex color red value is 192, green value is 119 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c077db hue: 0.79 , saturation: 0.58 and the lightness value of c077db is 0.66.
The process color (four color CMYK) of #c077db color hex is 0.12, 0.46, 0.00, 0.14. Web safe color of #c077db is #cc66cc. Color #c077db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01110111 | 11011011 |
Octal | 300 | 167 | 333 |
Decimal | 192 | 119 | 219 |
Hex | C0 | 77 | DB |
Shades of #c077db
Tints of #c077db
RGB Percentages of Color #c077db
CMYK Percentages of Color #c077db
Complementary Color
#c077db | #92db77 |
#c077db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c077db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c077db Color CSS Codes
.mybgcolor {background-color:#c077db; } .myforecolor {color:#c077db; } .mybordercolor {border:3px solid #c077db; }
#c077db Text Font Color
<p style="color:#c077db">Text here</p>
This sample text font color is #c077db
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.
#c077db Background Color
<div style="background-color:#c077db">
Div content here</div>
This div background color is #c077db
#c077db Border Color
<div style="border:3px solid #c077db">
Div here</div>
This div border color is #c077db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,119,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c077db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c077db; -webkit-box-shadow: 1px 1px 3px 2px #c077db; box-shadow: 1px 1px 3px 2px #c077db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,119,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 #c077db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c077db; -webkit-box-shadow: 1px 1px 3px 2px #c077db; box-shadow: 1px 1px 3px 2px #c077db;">
Div content here</div>
This div box has shadow with color #c077db
Comments
No comments written yet.
Please login to write comment.