Color spaces of #d41cac
RGB | 212 | 28 | 172 |
---|---|---|---|
HSL | 0.87 | 0.77 | 0.47 |
HSV | 313° | 87° | 83° |
CMYK | 0.00 | 0.87 | 0.19 0.17 |
XYZ | 35.0130 | 17.8061 | 40.6213 |
Yxy | 17.8061 | 0.3747 | 0.1906 |
Hunter Lab | 42.1973 | 74.2643 | -27.5376 |
CIE-Lab | 49.2601 | 77.1332 | -31.4601 |
#d41cac color RGB value is (212,28,172).
#d41cac hex color red value is 212, green value is 28 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d41cac hue: 0.87 , saturation: 0.77 and the lightness value of d41cac is 0.47.
The process color (four color CMYK) of #d41cac color hex is 0.00, 0.87, 0.19, 0.17. Web safe color of #d41cac is #cc3399. Color #d41cac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00011100 | 10101100 |
Octal | 324 | 34 | 254 |
Decimal | 212 | 28 | 172 |
Hex | D4 | 1C | AC |
Shades of #d41cac
Tints of #d41cac
RGB Percentages of Color #d41cac
CMYK Percentages of Color #d41cac
Complementary Color
#d41cac | #1cd444 |
#d41cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d41cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d41cac Color CSS Codes
.mybgcolor {background-color:#d41cac; } .myforecolor {color:#d41cac; } .mybordercolor {border:3px solid #d41cac; }
#d41cac Text Font Color
<p style="color:#d41cac">Text here</p>
This sample text font color is #d41cac
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.
#d41cac Background Color
<div style="background-color:#d41cac">
Div content here</div>
This div background color is #d41cac
#d41cac Border Color
<div style="border:3px solid #d41cac">
Div here</div>
This div border color is #d41cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,28,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d41cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d41cac; -webkit-box-shadow: 1px 1px 3px 2px #d41cac; box-shadow: 1px 1px 3px 2px #d41cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,28,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 #d41cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d41cac; -webkit-box-shadow: 1px 1px 3px 2px #d41cac; box-shadow: 1px 1px 3px 2px #d41cac;">
Div content here</div>
This div box has shadow with color #d41cac
Comments
No comments written yet.
Please login to write comment.