Color spaces of #d62eaa
RGB | 214 | 46 | 170 |
---|---|---|---|
HSL | 0.88 | 0.67 | 0.51 |
HSV | 316° | 79° | 84° |
CMYK | 0.00 | 0.79 | 0.21 0.16 |
XYZ | 35.9642 | 19.1524 | 39.8315 |
Yxy | 19.1524 | 0.3788 | 0.2017 |
Hunter Lab | 43.7635 | 70.1028 | -23.3286 |
CIE-Lab | 50.8650 | 73.4322 | -27.7537 |
#d62eaa color RGB value is (214,46,170).
#d62eaa hex color red value is 214, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d62eaa hue: 0.88 , saturation: 0.67 and the lightness value of d62eaa is 0.51.
The process color (four color CMYK) of #d62eaa color hex is 0.00, 0.79, 0.21, 0.16. Web safe color of #d62eaa is #cc3399. Color #d62eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00101110 | 10101010 |
Octal | 326 | 56 | 252 |
Decimal | 214 | 46 | 170 |
Hex | D6 | 2E | AA |
Shades of #d62eaa
Tints of #d62eaa
RGB Percentages of Color #d62eaa
CMYK Percentages of Color #d62eaa
Complementary Color
#d62eaa | #2ed65a |
#d62eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d62eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d62eaa Color CSS Codes
.mybgcolor {background-color:#d62eaa; } .myforecolor {color:#d62eaa; } .mybordercolor {border:3px solid #d62eaa; }
#d62eaa Text Font Color
<p style="color:#d62eaa">Text here</p>
This sample text font color is #d62eaa
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.
#d62eaa Background Color
<div style="background-color:#d62eaa">
Div content here</div>
This div background color is #d62eaa
#d62eaa Border Color
<div style="border:3px solid #d62eaa">
Div here</div>
This div border color is #d62eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,46,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d62eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d62eaa; -webkit-box-shadow: 1px 1px 3px 2px #d62eaa; box-shadow: 1px 1px 3px 2px #d62eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,46,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d62eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d62eaa; -webkit-box-shadow: 1px 1px 3px 2px #d62eaa; box-shadow: 1px 1px 3px 2px #d62eaa;">
Div content here</div>
This div box has shadow with color #d62eaa
Comments
No comments written yet.
Please login to write comment.