Color spaces of #c320ac
RGB | 195 | 32 | 172 |
---|---|---|---|
HSL | 0.86 | 0.72 | 0.45 |
HSV | 308° | 84° | 76° |
CMYK | 0.00 | 0.84 | 0.12 0.24 |
XYZ | 30.4686 | 15.6137 | 40.4376 |
Yxy | 15.6137 | 0.3522 | 0.1805 |
Hunter Lab | 39.5142 | 68.4880 | -33.0157 |
CIE-Lab | 46.4635 | 72.9564 | -36.0644 |
#c320ac color RGB value is (195,32,172).
#c320ac hex color red value is 195, green value is 32 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c320ac hue: 0.86 , saturation: 0.72 and the lightness value of c320ac is 0.45.
The process color (four color CMYK) of #c320ac color hex is 0.00, 0.84, 0.12, 0.24. Web safe color of #c320ac is #cc3399. Color #c320ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00100000 | 10101100 |
Octal | 303 | 40 | 254 |
Decimal | 195 | 32 | 172 |
Hex | C3 | 20 | AC |
Shades of #c320ac
Tints of #c320ac
RGB Percentages of Color #c320ac
CMYK Percentages of Color #c320ac
Complementary Color
#c320ac | #20c337 |
#c320ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c320ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c320ac Color CSS Codes
.mybgcolor {background-color:#c320ac; } .myforecolor {color:#c320ac; } .mybordercolor {border:3px solid #c320ac; }
#c320ac Text Font Color
<p style="color:#c320ac">Text here</p>
This sample text font color is #c320ac
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.
#c320ac Background Color
<div style="background-color:#c320ac">
Div content here</div>
This div background color is #c320ac
#c320ac Border Color
<div style="border:3px solid #c320ac">
Div here</div>
This div border color is #c320ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,32,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c320ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c320ac; -webkit-box-shadow: 1px 1px 3px 2px #c320ac; box-shadow: 1px 1px 3px 2px #c320ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,32,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c320ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c320ac; -webkit-box-shadow: 1px 1px 3px 2px #c320ac; box-shadow: 1px 1px 3px 2px #c320ac;">
Div content here</div>
This div box has shadow with color #c320ac
Comments
No comments written yet.
Please login to write comment.