Color spaces of #d11cac
RGB | 209 | 28 | 172 |
---|---|---|---|
HSL | 0.87 | 0.76 | 0.46 |
HSV | 312° | 87° | 82° |
CMYK | 0.00 | 0.87 | 0.18 0.18 |
XYZ | 34.1561 | 17.3644 | 40.5812 |
Yxy | 17.3644 | 0.3709 | 0.1885 |
Hunter Lab | 41.6706 | 73.3873 | -28.5705 |
CIE-Lab | 48.7159 | 76.5305 | -32.3509 |
#d11cac color RGB value is (209,28,172).
#d11cac hex color red value is 209, green value is 28 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d11cac hue: 0.87 , saturation: 0.76 and the lightness value of d11cac is 0.46.
The process color (four color CMYK) of #d11cac color hex is 0.00, 0.87, 0.18, 0.18. Web safe color of #d11cac is #cc3399. Color #d11cac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00011100 | 10101100 |
Octal | 321 | 34 | 254 |
Decimal | 209 | 28 | 172 |
Hex | D1 | 1C | AC |
Shades of #d11cac
Tints of #d11cac
RGB Percentages of Color #d11cac
CMYK Percentages of Color #d11cac
Complementary Color
#d11cac | #1cd141 |
#d11cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d11cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d11cac Color CSS Codes
.mybgcolor {background-color:#d11cac; } .myforecolor {color:#d11cac; } .mybordercolor {border:3px solid #d11cac; }
#d11cac Text Font Color
<p style="color:#d11cac">Text here</p>
This sample text font color is #d11cac
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.
#d11cac Background Color
<div style="background-color:#d11cac">
Div content here</div>
This div background color is #d11cac
#d11cac Border Color
<div style="border:3px solid #d11cac">
Div here</div>
This div border color is #d11cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,28,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d11cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d11cac; -webkit-box-shadow: 1px 1px 3px 2px #d11cac; box-shadow: 1px 1px 3px 2px #d11cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,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 #d11cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d11cac; -webkit-box-shadow: 1px 1px 3px 2px #d11cac; box-shadow: 1px 1px 3px 2px #d11cac;">
Div content here</div>
This div box has shadow with color #d11cac
#d11cac Color Palettes
Comments
No comments written yet.
Please login to write comment.