Color spaces of #c75aaa
RGB | 199 | 90 | 170 |
---|---|---|---|
HSL | 0.88 | 0.49 | 0.57 |
HSV | 316° | 55° | 78° |
CMYK | 0.00 | 0.55 | 0.15 0.22 |
XYZ | 34.4651 | 22.3567 | 40.5290 |
Yxy | 22.3567 | 0.3540 | 0.2297 |
Hunter Lab | 47.2829 | 47.3659 | -17.7230 |
CIE-Lab | 54.4034 | 53.0841 | -22.4831 |
#c75aaa color RGB value is (199,90,170).
#c75aaa hex color red value is 199, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c75aaa hue: 0.88 , saturation: 0.49 and the lightness value of c75aaa is 0.57.
The process color (four color CMYK) of #c75aaa color hex is 0.00, 0.55, 0.15, 0.22. Web safe color of #c75aaa is #cc6699. Color #c75aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01011010 | 10101010 |
Octal | 307 | 132 | 252 |
Decimal | 199 | 90 | 170 |
Hex | C7 | 5A | AA |
Shades of #c75aaa
Tints of #c75aaa
RGB Percentages of Color #c75aaa
CMYK Percentages of Color #c75aaa
Complementary Color
#c75aaa | #5ac777 |
#c75aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c75aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c75aaa Color CSS Codes
.mybgcolor {background-color:#c75aaa; } .myforecolor {color:#c75aaa; } .mybordercolor {border:3px solid #c75aaa; }
#c75aaa Text Font Color
<p style="color:#c75aaa">Text here</p>
This sample text font color is #c75aaa
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.
#c75aaa Background Color
<div style="background-color:#c75aaa">
Div content here</div>
This div background color is #c75aaa
#c75aaa Border Color
<div style="border:3px solid #c75aaa">
Div here</div>
This div border color is #c75aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,90,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c75aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c75aaa; -webkit-box-shadow: 1px 1px 3px 2px #c75aaa; box-shadow: 1px 1px 3px 2px #c75aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,90,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c75aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c75aaa; -webkit-box-shadow: 1px 1px 3px 2px #c75aaa; box-shadow: 1px 1px 3px 2px #c75aaa;">
Div content here</div>
This div box has shadow with color #c75aaa
Comments
No comments written yet.
Please login to write comment.