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