Color spaces of #d04eaa
RGB | 208 | 78 | 170 |
---|---|---|---|
HSL | 0.88 | 0.58 | 0.56 |
HSV | 318° | 63° | 82° |
CMYK | 0.00 | 0.63 | 0.18 0.18 |
XYZ | 35.9925 | 21.7610 | 40.3335 |
Yxy | 21.7610 | 0.3669 | 0.2219 |
Hunter Lab | 46.6487 | 56.0892 | -18.6094 |
CIE-Lab | 53.7725 | 60.9948 | -23.3392 |
#d04eaa color RGB value is (208,78,170).
#d04eaa hex color red value is 208, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d04eaa hue: 0.88 , saturation: 0.58 and the lightness value of d04eaa is 0.56.
The process color (four color CMYK) of #d04eaa color hex is 0.00, 0.63, 0.18, 0.18. Web safe color of #d04eaa is #cc6699. Color #d04eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01001110 | 10101010 |
Octal | 320 | 116 | 252 |
Decimal | 208 | 78 | 170 |
Hex | D0 | 4E | AA |
Shades of #d04eaa
Tints of #d04eaa
RGB Percentages of Color #d04eaa
CMYK Percentages of Color #d04eaa
Complementary Color
#d04eaa | #4ed074 |
#d04eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d04eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d04eaa Color CSS Codes
.mybgcolor {background-color:#d04eaa; } .myforecolor {color:#d04eaa; } .mybordercolor {border:3px solid #d04eaa; }
#d04eaa Text Font Color
<p style="color:#d04eaa">Text here</p>
This sample text font color is #d04eaa
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.
#d04eaa Background Color
<div style="background-color:#d04eaa">
Div content here</div>
This div background color is #d04eaa
#d04eaa Border Color
<div style="border:3px solid #d04eaa">
Div here</div>
This div border color is #d04eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,78,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d04eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d04eaa; -webkit-box-shadow: 1px 1px 3px 2px #d04eaa; box-shadow: 1px 1px 3px 2px #d04eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,78,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 #d04eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d04eaa; -webkit-box-shadow: 1px 1px 3px 2px #d04eaa; box-shadow: 1px 1px 3px 2px #d04eaa;">
Div content here</div>
This div box has shadow with color #d04eaa
Comments
No comments written yet.
Please login to write comment.