Color spaces of #e037de
RGB | 224 | 55 | 222 |
---|---|---|---|
HSL | 0.84 | 0.73 | 0.55 |
HSV | 301° | 75° | 88° |
CMYK | 0.00 | 0.75 | 0.01 0.12 |
XYZ | 45.2915 | 23.8536 | 71.3243 |
Yxy | 23.8536 | 0.3224 | 0.1698 |
Hunter Lab | 48.8401 | 80.0602 | -52.3968 |
CIE-Lab | 55.9409 | 80.4474 | -49.6597 |
#e037de color RGB value is (224,55,222).
#e037de hex color red value is 224, green value is 55 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e037de hue: 0.84 , saturation: 0.73 and the lightness value of e037de is 0.55.
The process color (four color CMYK) of #e037de color hex is 0.00, 0.75, 0.01, 0.12. Web safe color of #e037de is #cc33cc. Color #e037de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00110111 | 11011110 |
Octal | 340 | 67 | 336 |
Decimal | 224 | 55 | 222 |
Hex | E0 | 37 | DE |
Shades of #e037de
Tints of #e037de
RGB Percentages of Color #e037de
CMYK Percentages of Color #e037de
Complementary Color
#e037de | #37e039 |
#e037de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e037de Color Preview on White Background
Lorem ipsum dolor sit amet.
#e037de Color CSS Codes
.mybgcolor {background-color:#e037de; } .myforecolor {color:#e037de; } .mybordercolor {border:3px solid #e037de; }
#e037de Text Font Color
<p style="color:#e037de">Text here</p>
This sample text font color is #e037de
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.
#e037de Background Color
<div style="background-color:#e037de">
Div content here</div>
This div background color is #e037de
#e037de Border Color
<div style="border:3px solid #e037de">
Div here</div>
This div border color is #e037de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,55,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e037de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e037de; -webkit-box-shadow: 1px 1px 3px 2px #e037de; box-shadow: 1px 1px 3px 2px #e037de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,55,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e037de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e037de; -webkit-box-shadow: 1px 1px 3px 2px #e037de; box-shadow: 1px 1px 3px 2px #e037de;">
Div content here</div>
This div box has shadow with color #e037de
Comments
No comments written yet.
Please login to write comment.