Color spaces of #c79ccc
RGB | 199 | 156 | 204 |
---|---|---|---|
HSL | 0.82 | 0.32 | 0.71 |
HSV | 294° | 24° | 80° |
CMYK | 0.02 | 0.24 | 0.00 0.20 |
XYZ | 46.3407 | 40.2787 | 62.4589 |
Yxy | 40.2787 | 0.3108 | 0.2702 |
Hunter Lab | 63.4655 | 19.2710 | -13.9238 |
CIE-Lab | 69.6676 | 24.2734 | -18.4758 |
#c79ccc color RGB value is (199,156,204).
#c79ccc hex color red value is 199, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c79ccc hue: 0.82 , saturation: 0.32 and the lightness value of c79ccc is 0.71.
The process color (four color CMYK) of #c79ccc color hex is 0.02, 0.24, 0.00, 0.20. Web safe color of #c79ccc is #cc99cc. Color #c79ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10011100 | 11001100 |
Octal | 307 | 234 | 314 |
Decimal | 199 | 156 | 204 |
Hex | C7 | 9C | CC |
Shades of #c79ccc
Tints of #c79ccc
RGB Percentages of Color #c79ccc
CMYK Percentages of Color #c79ccc
Complementary Color
#c79ccc | #a1cc9c |
#c79ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c79ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c79ccc Color CSS Codes
.mybgcolor {background-color:#c79ccc; } .myforecolor {color:#c79ccc; } .mybordercolor {border:3px solid #c79ccc; }
#c79ccc Text Font Color
<p style="color:#c79ccc">Text here</p>
This sample text font color is #c79ccc
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.
#c79ccc Background Color
<div style="background-color:#c79ccc">
Div content here</div>
This div background color is #c79ccc
#c79ccc Border Color
<div style="border:3px solid #c79ccc">
Div here</div>
This div border color is #c79ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,156,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c79ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c79ccc; -webkit-box-shadow: 1px 1px 3px 2px #c79ccc; box-shadow: 1px 1px 3px 2px #c79ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,156,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 #c79ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c79ccc; -webkit-box-shadow: 1px 1px 3px 2px #c79ccc; box-shadow: 1px 1px 3px 2px #c79ccc;">
Div content here</div>
This div box has shadow with color #c79ccc
Comments
No comments written yet.
Please login to write comment.