Color spaces of #c304ac
RGB | 195 | 4 | 172 |
---|---|---|---|
HSL | 0.85 | 0.96 | 0.39 |
HSV | 307° | 98° | 76° |
CMYK | 0.00 | 0.98 | 0.12 0.24 |
XYZ | 29.9955 | 14.6675 | 40.2799 |
Yxy | 14.6675 | 0.3531 | 0.1727 |
Hunter Lab | 38.2982 | 72.7811 | -35.5492 |
CIE-Lab | 45.1754 | 76.7284 | -38.0982 |
#c304ac color RGB value is (195,4,172).
#c304ac hex color red value is 195, green value is 4 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c304ac hue: 0.85 , saturation: 0.96 and the lightness value of c304ac is 0.39.
The process color (four color CMYK) of #c304ac color hex is 0.00, 0.98, 0.12, 0.24. Web safe color of #c304ac is #cc0099. Color #c304ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00000100 | 10101100 |
Octal | 303 | 4 | 254 |
Decimal | 195 | 4 | 172 |
Hex | C3 | 4 | AC |
Shades of #c304ac
Tints of #c304ac
RGB Percentages of Color #c304ac
CMYK Percentages of Color #c304ac
Complementary Color
#c304ac | #04c31b |
#c304ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c304ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c304ac Color CSS Codes
.mybgcolor {background-color:#c304ac; } .myforecolor {color:#c304ac; } .mybordercolor {border:3px solid #c304ac; }
#c304ac Text Font Color
<p style="color:#c304ac">Text here</p>
This sample text font color is #c304ac
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.
#c304ac Background Color
<div style="background-color:#c304ac">
Div content here</div>
This div background color is #c304ac
#c304ac Border Color
<div style="border:3px solid #c304ac">
Div here</div>
This div border color is #c304ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,4,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c304ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c304ac; -webkit-box-shadow: 1px 1px 3px 2px #c304ac; box-shadow: 1px 1px 3px 2px #c304ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,4,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 #c304ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c304ac; -webkit-box-shadow: 1px 1px 3px 2px #c304ac; box-shadow: 1px 1px 3px 2px #c304ac;">
Div content here</div>
This div box has shadow with color #c304ac
Comments
No comments written yet.
Please login to write comment.