Color spaces of #d964cf
RGB | 217 | 100 | 207 |
---|---|---|---|
HSL | 0.85 | 0.61 | 0.62 |
HSV | 305° | 54° | 85° |
CMYK | 0.00 | 0.54 | 0.05 0.15 |
XYZ | 44.4349 | 28.3711 | 62.1657 |
Yxy | 28.3711 | 0.3292 | 0.2102 |
Hunter Lab | 53.2645 | 55.6972 | -31.9129 |
CIE-Lab | 60.2225 | 59.5143 | -34.4999 |
#d964cf color RGB value is (217,100,207).
#d964cf hex color red value is 217, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d964cf hue: 0.85 , saturation: 0.61 and the lightness value of d964cf is 0.62.
The process color (four color CMYK) of #d964cf color hex is 0.00, 0.54, 0.05, 0.15. Web safe color of #d964cf is #cc66cc. Color #d964cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01100100 | 11001111 |
Octal | 331 | 144 | 317 |
Decimal | 217 | 100 | 207 |
Hex | D9 | 64 | CF |
Shades of #d964cf
Tints of #d964cf
RGB Percentages of Color #d964cf
CMYK Percentages of Color #d964cf
Complementary Color
#d964cf | #64d96e |
#d964cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d964cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d964cf Color CSS Codes
.mybgcolor {background-color:#d964cf; } .myforecolor {color:#d964cf; } .mybordercolor {border:3px solid #d964cf; }
#d964cf Text Font Color
<p style="color:#d964cf">Text here</p>
This sample text font color is #d964cf
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.
#d964cf Background Color
<div style="background-color:#d964cf">
Div content here</div>
This div background color is #d964cf
#d964cf Border Color
<div style="border:3px solid #d964cf">
Div here</div>
This div border color is #d964cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,100,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d964cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d964cf; -webkit-box-shadow: 1px 1px 3px 2px #d964cf; box-shadow: 1px 1px 3px 2px #d964cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,100,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d964cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d964cf; -webkit-box-shadow: 1px 1px 3px 2px #d964cf; box-shadow: 1px 1px 3px 2px #d964cf;">
Div content here</div>
This div box has shadow with color #d964cf
Comments
No comments written yet.
Please login to write comment.