Color spaces of #c963aa
RGB | 201 | 99 | 170 |
---|---|---|---|
HSL | 0.88 | 0.49 | 0.59 |
HSV | 318° | 51° | 79° |
CMYK | 0.00 | 0.51 | 0.15 0.21 |
XYZ | 35.8049 | 24.2435 | 40.8225 |
Yxy | 24.2435 | 0.3550 | 0.2403 |
Hunter Lab | 49.2377 | 43.6365 | -14.6904 |
CIE-Lab | 56.3308 | 49.3382 | -19.5066 |
#c963aa color RGB value is (201,99,170).
#c963aa hex color red value is 201, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c963aa hue: 0.88 , saturation: 0.49 and the lightness value of c963aa is 0.59.
The process color (four color CMYK) of #c963aa color hex is 0.00, 0.51, 0.15, 0.21. Web safe color of #c963aa is #cc6699. Color #c963aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01100011 | 10101010 |
Octal | 311 | 143 | 252 |
Decimal | 201 | 99 | 170 |
Hex | C9 | 63 | AA |
Shades of #c963aa
Tints of #c963aa
RGB Percentages of Color #c963aa
CMYK Percentages of Color #c963aa
Complementary Color
#c963aa | #63c982 |
#c963aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c963aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c963aa Color CSS Codes
.mybgcolor {background-color:#c963aa; } .myforecolor {color:#c963aa; } .mybordercolor {border:3px solid #c963aa; }
#c963aa Text Font Color
<p style="color:#c963aa">Text here</p>
This sample text font color is #c963aa
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.
#c963aa Background Color
<div style="background-color:#c963aa">
Div content here</div>
This div background color is #c963aa
#c963aa Border Color
<div style="border:3px solid #c963aa">
Div here</div>
This div border color is #c963aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,99,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c963aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c963aa; -webkit-box-shadow: 1px 1px 3px 2px #c963aa; box-shadow: 1px 1px 3px 2px #c963aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,99,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 #c963aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c963aa; -webkit-box-shadow: 1px 1px 3px 2px #c963aa; box-shadow: 1px 1px 3px 2px #c963aa;">
Div content here</div>
This div box has shadow with color #c963aa
Comments
No comments written yet.
Please login to write comment.