Color spaces of #c527aa
RGB | 197 | 39 | 170 |
---|---|---|---|
HSL | 0.86 | 0.67 | 0.46 |
HSV | 310° | 80° | 77° |
CMYK | 0.00 | 0.80 | 0.14 0.23 |
XYZ | 31.0072 | 16.2236 | 39.5274 |
Yxy | 16.2236 | 0.3574 | 0.1870 |
Hunter Lab | 40.2785 | 66.9254 | -29.9894 |
CIE-Lab | 47.2665 | 71.5000 | -33.5932 |
#c527aa color RGB value is (197,39,170).
#c527aa hex color red value is 197, green value is 39 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c527aa hue: 0.86 , saturation: 0.67 and the lightness value of c527aa is 0.46.
The process color (four color CMYK) of #c527aa color hex is 0.00, 0.80, 0.14, 0.23. Web safe color of #c527aa is #cc3399. Color #c527aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00100111 | 10101010 |
Octal | 305 | 47 | 252 |
Decimal | 197 | 39 | 170 |
Hex | C5 | 27 | AA |
Shades of #c527aa
Tints of #c527aa
RGB Percentages of Color #c527aa
CMYK Percentages of Color #c527aa
Complementary Color
#c527aa | #27c542 |
#c527aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c527aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c527aa Color CSS Codes
.mybgcolor {background-color:#c527aa; } .myforecolor {color:#c527aa; } .mybordercolor {border:3px solid #c527aa; }
#c527aa Text Font Color
<p style="color:#c527aa">Text here</p>
This sample text font color is #c527aa
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.
#c527aa Background Color
<div style="background-color:#c527aa">
Div content here</div>
This div background color is #c527aa
#c527aa Border Color
<div style="border:3px solid #c527aa">
Div here</div>
This div border color is #c527aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,39,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c527aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c527aa; -webkit-box-shadow: 1px 1px 3px 2px #c527aa; box-shadow: 1px 1px 3px 2px #c527aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,39,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 #c527aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c527aa; -webkit-box-shadow: 1px 1px 3px 2px #c527aa; box-shadow: 1px 1px 3px 2px #c527aa;">
Div content here</div>
This div box has shadow with color #c527aa
Comments
No comments written yet.
Please login to write comment.