Color spaces of #c339aa
RGB | 195 | 57 | 170 |
---|---|---|---|
HSL | 0.86 | 0.55 | 0.49 |
HSV | 311° | 71° | 76° |
CMYK | 0.00 | 0.71 | 0.13 0.24 |
XYZ | 31.2245 | 17.4306 | 39.7489 |
Yxy | 17.4306 | 0.3532 | 0.1972 |
Hunter Lab | 41.7500 | 60.4364 | -27.2233 |
CIE-Lab | 48.7981 | 65.7006 | -31.2185 |
#c339aa color RGB value is (195,57,170).
#c339aa hex color red value is 195, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c339aa hue: 0.86 , saturation: 0.55 and the lightness value of c339aa is 0.49.
The process color (four color CMYK) of #c339aa color hex is 0.00, 0.71, 0.13, 0.24. Web safe color of #c339aa is #cc3399. Color #c339aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00111001 | 10101010 |
Octal | 303 | 71 | 252 |
Decimal | 195 | 57 | 170 |
Hex | C3 | 39 | AA |
Shades of #c339aa
Tints of #c339aa
RGB Percentages of Color #c339aa
CMYK Percentages of Color #c339aa
Complementary Color
#c339aa | #39c352 |
#c339aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c339aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c339aa Color CSS Codes
.mybgcolor {background-color:#c339aa; } .myforecolor {color:#c339aa; } .mybordercolor {border:3px solid #c339aa; }
#c339aa Text Font Color
<p style="color:#c339aa">Text here</p>
This sample text font color is #c339aa
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.
#c339aa Background Color
<div style="background-color:#c339aa">
Div content here</div>
This div background color is #c339aa
#c339aa Border Color
<div style="border:3px solid #c339aa">
Div here</div>
This div border color is #c339aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,57,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c339aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c339aa; -webkit-box-shadow: 1px 1px 3px 2px #c339aa; box-shadow: 1px 1px 3px 2px #c339aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,57,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 #c339aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c339aa; -webkit-box-shadow: 1px 1px 3px 2px #c339aa; box-shadow: 1px 1px 3px 2px #c339aa;">
Div content here</div>
This div box has shadow with color #c339aa
Comments
No comments written yet.
Please login to write comment.