Color spaces of #c335aa
RGB | 195 | 53 | 170 |
---|---|---|---|
HSL | 0.86 | 0.57 | 0.49 |
HSV | 311° | 73° | 76° |
CMYK | 0.00 | 0.73 | 0.13 0.24 |
XYZ | 31.0345 | 17.0506 | 39.6856 |
Yxy | 17.0506 | 0.3536 | 0.1943 |
Hunter Lab | 41.2924 | 61.8953 | -28.0782 |
CIE-Lab | 48.3237 | 67.0439 | -31.9604 |
#c335aa color RGB value is (195,53,170).
#c335aa hex color red value is 195, green value is 53 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c335aa hue: 0.86 , saturation: 0.57 and the lightness value of c335aa is 0.49.
The process color (four color CMYK) of #c335aa color hex is 0.00, 0.73, 0.13, 0.24. Web safe color of #c335aa is #cc3399. Color #c335aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00110101 | 10101010 |
Octal | 303 | 65 | 252 |
Decimal | 195 | 53 | 170 |
Hex | C3 | 35 | AA |
Shades of #c335aa
Tints of #c335aa
RGB Percentages of Color #c335aa
CMYK Percentages of Color #c335aa
Complementary Color
#c335aa | #35c34e |
#c335aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c335aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c335aa Color CSS Codes
.mybgcolor {background-color:#c335aa; } .myforecolor {color:#c335aa; } .mybordercolor {border:3px solid #c335aa; }
#c335aa Text Font Color
<p style="color:#c335aa">Text here</p>
This sample text font color is #c335aa
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.
#c335aa Background Color
<div style="background-color:#c335aa">
Div content here</div>
This div background color is #c335aa
#c335aa Border Color
<div style="border:3px solid #c335aa">
Div here</div>
This div border color is #c335aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,53,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c335aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c335aa; -webkit-box-shadow: 1px 1px 3px 2px #c335aa; box-shadow: 1px 1px 3px 2px #c335aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,53,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 #c335aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c335aa; -webkit-box-shadow: 1px 1px 3px 2px #c335aa; box-shadow: 1px 1px 3px 2px #c335aa;">
Div content here</div>
This div box has shadow with color #c335aa
Comments
No comments written yet.
Please login to write comment.