Color spaces of #d54daf
RGB | 213 | 77 | 175 |
---|---|---|---|
HSL | 0.88 | 0.62 | 0.57 |
HSV | 317° | 64° | 84° |
CMYK | 0.00 | 0.64 | 0.18 0.16 |
XYZ | 37.8323 | 22.5490 | 42.9159 |
Yxy | 22.5490 | 0.3662 | 0.2183 |
Hunter Lab | 47.4858 | 59.1122 | -20.3441 |
CIE-Lab | 54.6047 | 63.4691 | -24.9067 |
#d54daf color RGB value is (213,77,175).
#d54daf hex color red value is 213, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d54daf hue: 0.88 , saturation: 0.62 and the lightness value of d54daf is 0.57.
The process color (four color CMYK) of #d54daf color hex is 0.00, 0.64, 0.18, 0.16. Web safe color of #d54daf is #cc6699. Color #d54daf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01001101 | 10101111 |
Octal | 325 | 115 | 257 |
Decimal | 213 | 77 | 175 |
Hex | D5 | 4D | AF |
Shades of #d54daf
Tints of #d54daf
RGB Percentages of Color #d54daf
CMYK Percentages of Color #d54daf
Complementary Color
#d54daf | #4dd573 |
#d54daf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d54daf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d54daf Color CSS Codes
.mybgcolor {background-color:#d54daf; } .myforecolor {color:#d54daf; } .mybordercolor {border:3px solid #d54daf; }
#d54daf Text Font Color
<p style="color:#d54daf">Text here</p>
This sample text font color is #d54daf
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.
#d54daf Background Color
<div style="background-color:#d54daf">
Div content here</div>
This div background color is #d54daf
#d54daf Border Color
<div style="border:3px solid #d54daf">
Div here</div>
This div border color is #d54daf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,77,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d54daf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d54daf; -webkit-box-shadow: 1px 1px 3px 2px #d54daf; box-shadow: 1px 1px 3px 2px #d54daf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,77,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d54daf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d54daf; -webkit-box-shadow: 1px 1px 3px 2px #d54daf; box-shadow: 1px 1px 3px 2px #d54daf;">
Div content here</div>
This div box has shadow with color #d54daf
Comments
No comments written yet.
Please login to write comment.