Color spaces of #d956ca
RGB | 217 | 86 | 202 |
---|---|---|---|
HSL | 0.85 | 0.63 | 0.59 |
HSV | 307° | 60° | 85° |
CMYK | 0.00 | 0.60 | 0.07 0.15 |
XYZ | 42.6037 | 25.6716 | 58.5868 |
Yxy | 25.6716 | 0.3358 | 0.2024 |
Hunter Lab | 50.6671 | 61.4250 | -33.0905 |
CIE-Lab | 57.7240 | 64.8781 | -35.5605 |
#d956ca color RGB value is (217,86,202).
#d956ca hex color red value is 217, green value is 86 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d956ca hue: 0.85 , saturation: 0.63 and the lightness value of d956ca is 0.59.
The process color (four color CMYK) of #d956ca color hex is 0.00, 0.60, 0.07, 0.15. Web safe color of #d956ca is #cc66cc. Color #d956ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01010110 | 11001010 |
Octal | 331 | 126 | 312 |
Decimal | 217 | 86 | 202 |
Hex | D9 | 56 | CA |
Shades of #d956ca
Tints of #d956ca
RGB Percentages of Color #d956ca
CMYK Percentages of Color #d956ca
Complementary Color
#d956ca | #56d965 |
#d956ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d956ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d956ca Color CSS Codes
.mybgcolor {background-color:#d956ca; } .myforecolor {color:#d956ca; } .mybordercolor {border:3px solid #d956ca; }
#d956ca Text Font Color
<p style="color:#d956ca">Text here</p>
This sample text font color is #d956ca
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.
#d956ca Background Color
<div style="background-color:#d956ca">
Div content here</div>
This div background color is #d956ca
#d956ca Border Color
<div style="border:3px solid #d956ca">
Div here</div>
This div border color is #d956ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,86,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d956ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d956ca; -webkit-box-shadow: 1px 1px 3px 2px #d956ca; box-shadow: 1px 1px 3px 2px #d956ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,86,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d956ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d956ca; -webkit-box-shadow: 1px 1px 3px 2px #d956ca; box-shadow: 1px 1px 3px 2px #d956ca;">
Div content here</div>
This div box has shadow with color #d956ca
Comments
No comments written yet.
Please login to write comment.