Color spaces of #d64add
RGB | 214 | 74 | 221 |
---|---|---|---|
HSL | 0.83 | 0.68 | 0.58 |
HSV | 297° | 67° | 87° |
CMYK | 0.03 | 0.67 | 0.00 0.13 |
XYZ | 43.2315 | 24.4142 | 70.8405 |
Yxy | 24.4142 | 0.3122 | 0.1763 |
Hunter Lab | 49.4107 | 69.7083 | -50.4170 |
CIE-Lab | 56.5001 | 72.0239 | -48.3019 |
#d64add color RGB value is (214,74,221).
#d64add hex color red value is 214, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d64add hue: 0.83 , saturation: 0.68 and the lightness value of d64add is 0.58.
The process color (four color CMYK) of #d64add color hex is 0.03, 0.67, 0.00, 0.13. Web safe color of #d64add is #cc33cc. Color #d64add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01001010 | 11011101 |
Octal | 326 | 112 | 335 |
Decimal | 214 | 74 | 221 |
Hex | D6 | 4A | DD |
Shades of #d64add
Tints of #d64add
RGB Percentages of Color #d64add
CMYK Percentages of Color #d64add
Complementary Color
#d64add | #51dd4a |
#d64add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d64add Color Preview on White Background
Lorem ipsum dolor sit amet.
#d64add Color CSS Codes
.mybgcolor {background-color:#d64add; } .myforecolor {color:#d64add; } .mybordercolor {border:3px solid #d64add; }
#d64add Text Font Color
<p style="color:#d64add">Text here</p>
This sample text font color is #d64add
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.
#d64add Background Color
<div style="background-color:#d64add">
Div content here</div>
This div background color is #d64add
#d64add Border Color
<div style="border:3px solid #d64add">
Div here</div>
This div border color is #d64add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,74,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d64add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d64add; -webkit-box-shadow: 1px 1px 3px 2px #d64add; box-shadow: 1px 1px 3px 2px #d64add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,74,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d64add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d64add; -webkit-box-shadow: 1px 1px 3px 2px #d64add; box-shadow: 1px 1px 3px 2px #d64add;">
Div content here</div>
This div box has shadow with color #d64add
Comments
No comments written yet.
Please login to write comment.