Color spaces of #e070de
RGB | 224 | 112 | 222 |
---|---|---|---|
HSL | 0.84 | 0.64 | 0.66 |
HSV | 301° | 50° | 88° |
CMYK | 0.00 | 0.50 | 0.01 0.12 |
XYZ | 49.7195 | 32.7096 | 72.8003 |
Yxy | 32.7096 | 0.3203 | 0.2107 |
Hunter Lab | 57.1923 | 55.0905 | -35.4358 |
CIE-Lab | 63.9251 | 58.3665 | -37.0839 |
#e070de color RGB value is (224,112,222).
#e070de hex color red value is 224, green value is 112 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e070de hue: 0.84 , saturation: 0.64 and the lightness value of e070de is 0.66.
The process color (four color CMYK) of #e070de color hex is 0.00, 0.50, 0.01, 0.12. Web safe color of #e070de is #cc66cc. Color #e070de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01110000 | 11011110 |
Octal | 340 | 160 | 336 |
Decimal | 224 | 112 | 222 |
Hex | E0 | 70 | DE |
Shades of #e070de
Tints of #e070de
RGB Percentages of Color #e070de
CMYK Percentages of Color #e070de
Complementary Color
#e070de | #70e072 |
#e070de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e070de Color Preview on White Background
Lorem ipsum dolor sit amet.
#e070de Color CSS Codes
.mybgcolor {background-color:#e070de; } .myforecolor {color:#e070de; } .mybordercolor {border:3px solid #e070de; }
#e070de Text Font Color
<p style="color:#e070de">Text here</p>
This sample text font color is #e070de
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.
#e070de Background Color
<div style="background-color:#e070de">
Div content here</div>
This div background color is #e070de
#e070de Border Color
<div style="border:3px solid #e070de">
Div here</div>
This div border color is #e070de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,112,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e070de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e070de; -webkit-box-shadow: 1px 1px 3px 2px #e070de; box-shadow: 1px 1px 3px 2px #e070de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,112,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 #e070de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e070de; -webkit-box-shadow: 1px 1px 3px 2px #e070de; box-shadow: 1px 1px 3px 2px #e070de;">
Div content here</div>
This div box has shadow with color #e070de
Comments
No comments written yet.
Please login to write comment.