Color spaces of #c772db
RGB | 199 | 114 | 219 |
---|---|---|---|
HSL | 0.80 | 0.59 | 0.65 |
HSV | 289° | 48° | 86° |
CMYK | 0.09 | 0.48 | 0.00 0.14 |
XYZ | 42.3567 | 29.2912 | 70.4392 |
Yxy | 29.2912 | 0.2981 | 0.2061 |
Hunter Lab | 54.1213 | 44.9861 | -39.2813 |
CIE-Lab | 61.0378 | 49.8538 | -40.1505 |
#c772db color RGB value is (199,114,219).
#c772db hex color red value is 199, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c772db hue: 0.80 , saturation: 0.59 and the lightness value of c772db is 0.65.
The process color (four color CMYK) of #c772db color hex is 0.09, 0.48, 0.00, 0.14. Web safe color of #c772db is #cc66cc. Color #c772db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01110010 | 11011011 |
Octal | 307 | 162 | 333 |
Decimal | 199 | 114 | 219 |
Hex | C7 | 72 | DB |
Shades of #c772db
Tints of #c772db
RGB Percentages of Color #c772db
CMYK Percentages of Color #c772db
Complementary Color
#c772db | #86db72 |
#c772db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c772db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c772db Color CSS Codes
.mybgcolor {background-color:#c772db; } .myforecolor {color:#c772db; } .mybordercolor {border:3px solid #c772db; }
#c772db Text Font Color
<p style="color:#c772db">Text here</p>
This sample text font color is #c772db
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.
#c772db Background Color
<div style="background-color:#c772db">
Div content here</div>
This div background color is #c772db
#c772db Border Color
<div style="border:3px solid #c772db">
Div here</div>
This div border color is #c772db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,114,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c772db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c772db; -webkit-box-shadow: 1px 1px 3px 2px #c772db; box-shadow: 1px 1px 3px 2px #c772db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,114,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 #c772db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c772db; -webkit-box-shadow: 1px 1px 3px 2px #c772db; box-shadow: 1px 1px 3px 2px #c772db;">
Div content here</div>
This div box has shadow with color #c772db
Comments
No comments written yet.
Please login to write comment.