Color spaces of #c077ac
RGB | 192 | 119 | 172 |
---|---|---|---|
HSL | 0.88 | 0.37 | 0.61 |
HSV | 316° | 38° | 75° |
CMYK | 0.00 | 0.38 | 0.10 0.25 |
XYZ | 35.7814 | 27.3787 | 42.4284 |
Yxy | 27.3787 | 0.3389 | 0.2593 |
Hunter Lab | 52.3247 | 30.4963 | -11.4491 |
CIE-Lab | 59.3232 | 36.3606 | -16.2140 |
#c077ac color RGB value is (192,119,172).
#c077ac hex color red value is 192, green value is 119 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c077ac hue: 0.88 , saturation: 0.37 and the lightness value of c077ac is 0.61.
The process color (four color CMYK) of #c077ac color hex is 0.00, 0.38, 0.10, 0.25. Web safe color of #c077ac is #cc6699. Color #c077ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01110111 | 10101100 |
Octal | 300 | 167 | 254 |
Decimal | 192 | 119 | 172 |
Hex | C0 | 77 | AC |
Shades of #c077ac
Tints of #c077ac
RGB Percentages of Color #c077ac
CMYK Percentages of Color #c077ac
Complementary Color
#c077ac | #77c08b |
#c077ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c077ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c077ac Color CSS Codes
.mybgcolor {background-color:#c077ac; } .myforecolor {color:#c077ac; } .mybordercolor {border:3px solid #c077ac; }
#c077ac Text Font Color
<p style="color:#c077ac">Text here</p>
This sample text font color is #c077ac
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.
#c077ac Background Color
<div style="background-color:#c077ac">
Div content here</div>
This div background color is #c077ac
#c077ac Border Color
<div style="border:3px solid #c077ac">
Div here</div>
This div border color is #c077ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,119,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c077ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c077ac; -webkit-box-shadow: 1px 1px 3px 2px #c077ac; box-shadow: 1px 1px 3px 2px #c077ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,119,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c077ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c077ac; -webkit-box-shadow: 1px 1px 3px 2px #c077ac; box-shadow: 1px 1px 3px 2px #c077ac;">
Div content here</div>
This div box has shadow with color #c077ac
Comments
No comments written yet.
Please login to write comment.