Color spaces of #d751ad
RGB | 215 | 81 | 173 |
---|---|---|---|
HSL | 0.89 | 0.63 | 0.58 |
HSV | 319° | 62° | 84° |
CMYK | 0.00 | 0.62 | 0.20 0.16 |
XYZ | 38.5096 | 23.3491 | 42.0123 |
Yxy | 23.3491 | 0.3707 | 0.2248 |
Hunter Lab | 48.3209 | 57.6949 | -17.7247 |
CIE-Lab | 55.4301 | 62.0932 | -22.4471 |
#d751ad color RGB value is (215,81,173).
#d751ad hex color red value is 215, green value is 81 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d751ad hue: 0.89 , saturation: 0.63 and the lightness value of d751ad is 0.58.
The process color (four color CMYK) of #d751ad color hex is 0.00, 0.62, 0.20, 0.16. Web safe color of #d751ad is #cc6699. Color #d751ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01010001 | 10101101 |
Octal | 327 | 121 | 255 |
Decimal | 215 | 81 | 173 |
Hex | D7 | 51 | AD |
Shades of #d751ad
Tints of #d751ad
RGB Percentages of Color #d751ad
CMYK Percentages of Color #d751ad
Complementary Color
#d751ad | #51d77b |
#d751ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d751ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d751ad Color CSS Codes
.mybgcolor {background-color:#d751ad; } .myforecolor {color:#d751ad; } .mybordercolor {border:3px solid #d751ad; }
#d751ad Text Font Color
<p style="color:#d751ad">Text here</p>
This sample text font color is #d751ad
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.
#d751ad Background Color
<div style="background-color:#d751ad">
Div content here</div>
This div background color is #d751ad
#d751ad Border Color
<div style="border:3px solid #d751ad">
Div here</div>
This div border color is #d751ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,81,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d751ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d751ad; -webkit-box-shadow: 1px 1px 3px 2px #d751ad; box-shadow: 1px 1px 3px 2px #d751ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,81,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 #d751ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d751ad; -webkit-box-shadow: 1px 1px 3px 2px #d751ad; box-shadow: 1px 1px 3px 2px #d751ad;">
Div content here</div>
This div box has shadow with color #d751ad
Comments
No comments written yet.
Please login to write comment.