Color spaces of #d70ead
RGB | 215 | 14 | 173 |
---|---|---|---|
HSL | 0.87 | 0.88 | 0.45 |
HSV | 313° | 93° | 84° |
CMYK | 0.00 | 0.93 | 0.20 0.16 |
XYZ | 35.7242 | 17.7783 | 41.0838 |
Yxy | 17.7783 | 0.3777 | 0.1880 |
Hunter Lab | 42.1643 | 77.4486 | -28.2556 |
CIE-Lab | 49.2261 | 79.6903 | -32.0631 |
#d70ead color RGB value is (215,14,173).
#d70ead hex color red value is 215, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d70ead hue: 0.87 , saturation: 0.88 and the lightness value of d70ead is 0.45.
The process color (four color CMYK) of #d70ead color hex is 0.00, 0.93, 0.20, 0.16. Web safe color of #d70ead is #cc0099. Color #d70ead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00001110 | 10101101 |
Octal | 327 | 16 | 255 |
Decimal | 215 | 14 | 173 |
Hex | D7 | E | AD |
Shades of #d70ead
Tints of #d70ead
RGB Percentages of Color #d70ead
CMYK Percentages of Color #d70ead
Complementary Color
#d70ead | #0ed738 |
#d70ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d70ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#d70ead Color CSS Codes
.mybgcolor {background-color:#d70ead; } .myforecolor {color:#d70ead; } .mybordercolor {border:3px solid #d70ead; }
#d70ead Text Font Color
<p style="color:#d70ead">Text here</p>
This sample text font color is #d70ead
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.
#d70ead Background Color
<div style="background-color:#d70ead">
Div content here</div>
This div background color is #d70ead
#d70ead Border Color
<div style="border:3px solid #d70ead">
Div here</div>
This div border color is #d70ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,14,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d70ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d70ead; -webkit-box-shadow: 1px 1px 3px 2px #d70ead; box-shadow: 1px 1px 3px 2px #d70ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,14,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d70ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d70ead; -webkit-box-shadow: 1px 1px 3px 2px #d70ead; box-shadow: 1px 1px 3px 2px #d70ead;">
Div content here</div>
This div box has shadow with color #d70ead
Comments
No comments written yet.
Please login to write comment.