Color spaces of #c42dac
RGB | 196 | 45 | 172 |
---|---|---|---|
HSL | 0.86 | 0.63 | 0.47 |
HSV | 310° | 77° | 77° |
CMYK | 0.00 | 0.77 | 0.12 0.23 |
XYZ | 31.1497 | 16.5911 | 40.5904 |
Yxy | 16.5911 | 0.3526 | 0.1878 |
Hunter Lab | 40.7322 | 65.2256 | -30.5711 |
CIE-Lab | 47.7406 | 69.9828 | -34.0433 |
#c42dac color RGB value is (196,45,172).
#c42dac hex color red value is 196, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c42dac hue: 0.86 , saturation: 0.63 and the lightness value of c42dac is 0.47.
The process color (four color CMYK) of #c42dac color hex is 0.00, 0.77, 0.12, 0.23. Web safe color of #c42dac is #cc3399. Color #c42dac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00101101 | 10101100 |
Octal | 304 | 55 | 254 |
Decimal | 196 | 45 | 172 |
Hex | C4 | 2D | AC |
Shades of #c42dac
Tints of #c42dac
RGB Percentages of Color #c42dac
CMYK Percentages of Color #c42dac
Complementary Color
#c42dac | #2dc445 |
#c42dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c42dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c42dac Color CSS Codes
.mybgcolor {background-color:#c42dac; } .myforecolor {color:#c42dac; } .mybordercolor {border:3px solid #c42dac; }
#c42dac Text Font Color
<p style="color:#c42dac">Text here</p>
This sample text font color is #c42dac
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.
#c42dac Background Color
<div style="background-color:#c42dac">
Div content here</div>
This div background color is #c42dac
#c42dac Border Color
<div style="border:3px solid #c42dac">
Div here</div>
This div border color is #c42dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,45,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c42dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c42dac; -webkit-box-shadow: 1px 1px 3px 2px #c42dac; box-shadow: 1px 1px 3px 2px #c42dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,45,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 #c42dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c42dac; -webkit-box-shadow: 1px 1px 3px 2px #c42dac; box-shadow: 1px 1px 3px 2px #c42dac;">
Div content here</div>
This div box has shadow with color #c42dac
Comments
No comments written yet.
Please login to write comment.