Color spaces of #e04ddd
RGB | 224 | 77 | 221 |
---|---|---|---|
HSL | 0.84 | 0.70 | 0.59 |
HSV | 301° | 66° | 88° |
CMYK | 0.00 | 0.66 | 0.01 0.12 |
XYZ | 46.4455 | 26.3755 | 71.0496 |
Yxy | 26.3755 | 0.3228 | 0.1833 |
Hunter Lab | 51.3571 | 71.5541 | -46.0744 |
CIE-Lab | 58.3918 | 73.1725 | -45.2108 |
#e04ddd color RGB value is (224,77,221).
#e04ddd hex color red value is 224, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e04ddd hue: 0.84 , saturation: 0.70 and the lightness value of e04ddd is 0.59.
The process color (four color CMYK) of #e04ddd color hex is 0.00, 0.66, 0.01, 0.12. Web safe color of #e04ddd is #cc66cc. Color #e04ddd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01001101 | 11011101 |
Octal | 340 | 115 | 335 |
Decimal | 224 | 77 | 221 |
Hex | E0 | 4D | DD |
Shades of #e04ddd
Tints of #e04ddd
RGB Percentages of Color #e04ddd
CMYK Percentages of Color #e04ddd
Complementary Color
#e04ddd | #4de050 |
#e04ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e04ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e04ddd Color CSS Codes
.mybgcolor {background-color:#e04ddd; } .myforecolor {color:#e04ddd; } .mybordercolor {border:3px solid #e04ddd; }
#e04ddd Text Font Color
<p style="color:#e04ddd">Text here</p>
This sample text font color is #e04ddd
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.
#e04ddd Background Color
<div style="background-color:#e04ddd">
Div content here</div>
This div background color is #e04ddd
#e04ddd Border Color
<div style="border:3px solid #e04ddd">
Div here</div>
This div border color is #e04ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,77,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e04ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e04ddd; -webkit-box-shadow: 1px 1px 3px 2px #e04ddd; box-shadow: 1px 1px 3px 2px #e04ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,77,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e04ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e04ddd; -webkit-box-shadow: 1px 1px 3px 2px #e04ddd; box-shadow: 1px 1px 3px 2px #e04ddd;">
Div content here</div>
This div box has shadow with color #e04ddd
Comments
No comments written yet.
Please login to write comment.