Color spaces of #d71cad
RGB | 215 | 28 | 173 |
---|---|---|---|
HSL | 0.87 | 0.77 | 0.48 |
HSV | 313° | 87° | 84° |
CMYK | 0.00 | 0.87 | 0.20 0.16 |
XYZ | 35.9824 | 18.2947 | 41.1699 |
Yxy | 18.2947 | 0.3770 | 0.1917 |
Hunter Lab | 42.7723 | 75.3124 | -27.1282 |
CIE-Lab | 49.8516 | 77.8613 | -31.0855 |
#d71cad color RGB value is (215,28,173).
#d71cad hex color red value is 215, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d71cad hue: 0.87 , saturation: 0.77 and the lightness value of d71cad is 0.48.
The process color (four color CMYK) of #d71cad color hex is 0.00, 0.87, 0.20, 0.16. Web safe color of #d71cad is #cc3399. Color #d71cad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00011100 | 10101101 |
Octal | 327 | 34 | 255 |
Decimal | 215 | 28 | 173 |
Hex | D7 | 1C | AD |
Shades of #d71cad
Tints of #d71cad
RGB Percentages of Color #d71cad
CMYK Percentages of Color #d71cad
Complementary Color
#d71cad | #1cd746 |
#d71cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d71cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d71cad Color CSS Codes
.mybgcolor {background-color:#d71cad; } .myforecolor {color:#d71cad; } .mybordercolor {border:3px solid #d71cad; }
#d71cad Text Font Color
<p style="color:#d71cad">Text here</p>
This sample text font color is #d71cad
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.
#d71cad Background Color
<div style="background-color:#d71cad">
Div content here</div>
This div background color is #d71cad
#d71cad Border Color
<div style="border:3px solid #d71cad">
Div here</div>
This div border color is #d71cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,28,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d71cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d71cad; -webkit-box-shadow: 1px 1px 3px 2px #d71cad; box-shadow: 1px 1px 3px 2px #d71cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,28,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 #d71cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d71cad; -webkit-box-shadow: 1px 1px 3px 2px #d71cad; box-shadow: 1px 1px 3px 2px #d71cad;">
Div content here</div>
This div box has shadow with color #d71cad
Comments
No comments written yet.
Please login to write comment.