Color spaces of #d718ac
RGB | 215 | 24 | 172 |
---|---|---|---|
HSL | 0.87 | 0.80 | 0.47 |
HSV | 314° | 89° | 84° |
CMYK | 0.00 | 0.89 | 0.20 0.16 |
XYZ | 35.7974 | 18.0789 | 40.6326 |
Yxy | 18.0789 | 0.3788 | 0.1913 |
Hunter Lab | 42.5193 | 75.8721 | -26.8956 |
CIE-Lab | 49.5917 | 78.3608 | -30.9018 |
#d718ac color RGB value is (215,24,172).
#d718ac hex color red value is 215, green value is 24 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d718ac hue: 0.87 , saturation: 0.80 and the lightness value of d718ac is 0.47.
The process color (four color CMYK) of #d718ac color hex is 0.00, 0.89, 0.20, 0.16. Web safe color of #d718ac is #cc0099. Color #d718ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00011000 | 10101100 |
Octal | 327 | 30 | 254 |
Decimal | 215 | 24 | 172 |
Hex | D7 | 18 | AC |
Shades of #d718ac
Tints of #d718ac
RGB Percentages of Color #d718ac
CMYK Percentages of Color #d718ac
Complementary Color
#d718ac | #18d743 |
#d718ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d718ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d718ac Color CSS Codes
.mybgcolor {background-color:#d718ac; } .myforecolor {color:#d718ac; } .mybordercolor {border:3px solid #d718ac; }
#d718ac Text Font Color
<p style="color:#d718ac">Text here</p>
This sample text font color is #d718ac
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.
#d718ac Background Color
<div style="background-color:#d718ac">
Div content here</div>
This div background color is #d718ac
#d718ac Border Color
<div style="border:3px solid #d718ac">
Div here</div>
This div border color is #d718ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,24,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d718ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d718ac; -webkit-box-shadow: 1px 1px 3px 2px #d718ac; box-shadow: 1px 1px 3px 2px #d718ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,24,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 #d718ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d718ac; -webkit-box-shadow: 1px 1px 3px 2px #d718ac; box-shadow: 1px 1px 3px 2px #d718ac;">
Div content here</div>
This div box has shadow with color #d718ac
Comments
No comments written yet.
Please login to write comment.