Color spaces of #d660ad
RGB | 214 | 96 | 173 |
---|---|---|---|
HSL | 0.89 | 0.59 | 0.61 |
HSV | 321° | 55° | 84° |
CMYK | 0.00 | 0.55 | 0.19 0.16 |
XYZ | 39.4573 | 25.6790 | 42.4121 |
Yxy | 25.6790 | 0.3669 | 0.2388 |
Hunter Lab | 50.6745 | 50.3075 | -14.1508 |
CIE-Lab | 57.7311 | 55.1857 | -18.9403 |
#d660ad color RGB value is (214,96,173).
#d660ad hex color red value is 214, green value is 96 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d660ad hue: 0.89 , saturation: 0.59 and the lightness value of d660ad is 0.61.
The process color (four color CMYK) of #d660ad color hex is 0.00, 0.55, 0.19, 0.16. Web safe color of #d660ad is #cc6699. Color #d660ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01100000 | 10101101 |
Octal | 326 | 140 | 255 |
Decimal | 214 | 96 | 173 |
Hex | D6 | 60 | AD |
Shades of #d660ad
Tints of #d660ad
RGB Percentages of Color #d660ad
CMYK Percentages of Color #d660ad
Complementary Color
#d660ad | #60d689 |
#d660ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d660ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d660ad Color CSS Codes
.mybgcolor {background-color:#d660ad; } .myforecolor {color:#d660ad; } .mybordercolor {border:3px solid #d660ad; }
#d660ad Text Font Color
<p style="color:#d660ad">Text here</p>
This sample text font color is #d660ad
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.
#d660ad Background Color
<div style="background-color:#d660ad">
Div content here</div>
This div background color is #d660ad
#d660ad Border Color
<div style="border:3px solid #d660ad">
Div here</div>
This div border color is #d660ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,96,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d660ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d660ad; -webkit-box-shadow: 1px 1px 3px 2px #d660ad; box-shadow: 1px 1px 3px 2px #d660ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,96,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 #d660ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d660ad; -webkit-box-shadow: 1px 1px 3px 2px #d660ad; box-shadow: 1px 1px 3px 2px #d660ad;">
Div content here</div>
This div box has shadow with color #d660ad
Comments
No comments written yet.
Please login to write comment.