Color spaces of #c42dae
RGB | 196 | 45 | 174 |
---|---|---|---|
HSL | 0.86 | 0.63 | 0.47 |
HSV | 309° | 77° | 77° |
CMYK | 0.00 | 0.77 | 0.11 0.23 |
XYZ | 31.3433 | 16.6685 | 41.6098 |
Yxy | 16.6685 | 0.3497 | 0.1860 |
Hunter Lab | 40.8271 | 65.5886 | -31.8477 |
CIE-Lab | 47.8396 | 70.2689 | -35.0677 |
#c42dae color RGB value is (196,45,174).
#c42dae hex color red value is 196, green value is 45 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c42dae hue: 0.86 , saturation: 0.63 and the lightness value of c42dae is 0.47.
The process color (four color CMYK) of #c42dae color hex is 0.00, 0.77, 0.11, 0.23. Web safe color of #c42dae is #cc3399. Color #c42dae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00101101 | 10101110 |
Octal | 304 | 55 | 256 |
Decimal | 196 | 45 | 174 |
Hex | C4 | 2D | AE |
Shades of #c42dae
Tints of #c42dae
RGB Percentages of Color #c42dae
CMYK Percentages of Color #c42dae
Complementary Color
#c42dae | #2dc443 |
#c42dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c42dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c42dae Color CSS Codes
.mybgcolor {background-color:#c42dae; } .myforecolor {color:#c42dae; } .mybordercolor {border:3px solid #c42dae; }
#c42dae Text Font Color
<p style="color:#c42dae">Text here</p>
This sample text font color is #c42dae
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.
#c42dae Background Color
<div style="background-color:#c42dae">
Div content here</div>
This div background color is #c42dae
#c42dae Border Color
<div style="border:3px solid #c42dae">
Div here</div>
This div border color is #c42dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,45,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c42dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c42dae; -webkit-box-shadow: 1px 1px 3px 2px #c42dae; box-shadow: 1px 1px 3px 2px #c42dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,45,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c42dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c42dae; -webkit-box-shadow: 1px 1px 3px 2px #c42dae; box-shadow: 1px 1px 3px 2px #c42dae;">
Div content here</div>
This div box has shadow with color #c42dae
Comments
No comments written yet.
Please login to write comment.