Color spaces of #d662ca
RGB | 214 | 98 | 202 |
---|---|---|---|
HSL | 0.85 | 0.59 | 0.61 |
HSV | 306° | 54° | 84° |
CMYK | 0.00 | 0.54 | 0.06 0.16 |
XYZ | 42.7599 | 27.2958 | 58.8920 |
Yxy | 27.2958 | 0.3316 | 0.2117 |
Hunter Lab | 52.2454 | 54.6628 | -30.2611 |
CIE-Lab | 59.2471 | 58.7800 | -33.2165 |
#d662ca color RGB value is (214,98,202).
#d662ca hex color red value is 214, green value is 98 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d662ca hue: 0.85 , saturation: 0.59 and the lightness value of d662ca is 0.61.
The process color (four color CMYK) of #d662ca color hex is 0.00, 0.54, 0.06, 0.16. Web safe color of #d662ca is #cc66cc. Color #d662ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01100010 | 11001010 |
Octal | 326 | 142 | 312 |
Decimal | 214 | 98 | 202 |
Hex | D6 | 62 | CA |
Shades of #d662ca
Tints of #d662ca
RGB Percentages of Color #d662ca
CMYK Percentages of Color #d662ca
Complementary Color
#d662ca | #62d66e |
#d662ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d662ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d662ca Color CSS Codes
.mybgcolor {background-color:#d662ca; } .myforecolor {color:#d662ca; } .mybordercolor {border:3px solid #d662ca; }
#d662ca Text Font Color
<p style="color:#d662ca">Text here</p>
This sample text font color is #d662ca
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.
#d662ca Background Color
<div style="background-color:#d662ca">
Div content here</div>
This div background color is #d662ca
#d662ca Border Color
<div style="border:3px solid #d662ca">
Div here</div>
This div border color is #d662ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,98,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d662ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d662ca; -webkit-box-shadow: 1px 1px 3px 2px #d662ca; box-shadow: 1px 1px 3px 2px #d662ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,98,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 #d662ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d662ca; -webkit-box-shadow: 1px 1px 3px 2px #d662ca; box-shadow: 1px 1px 3px 2px #d662ca;">
Div content here</div>
This div box has shadow with color #d662ca
Comments
No comments written yet.
Please login to write comment.