Color spaces of #e08efe
RGB | 224 | 142 | 254 |
---|---|---|---|
HSL | 0.79 | 0.98 | 0.78 |
HSV | 284° | 44° | 100° |
CMYK | 0.12 | 0.44 | 0.00 0.00 |
XYZ | 58.3029 | 42.3491 | 98.8672 |
Yxy | 42.3491 | 0.2922 | 0.2123 |
Hunter Lab | 65.0762 | 46.0380 | -44.5232 |
CIE-Lab | 71.1109 | 49.3571 | -43.4780 |
#e08efe color RGB value is (224,142,254).
#e08efe hex color red value is 224, green value is 142 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e08efe hue: 0.79 , saturation: 0.98 and the lightness value of e08efe is 0.78.
The process color (four color CMYK) of #e08efe color hex is 0.12, 0.44, 0.00, 0.00. Web safe color of #e08efe is #cc99ff. Color #e08efe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10001110 | 11111110 |
Octal | 340 | 216 | 376 |
Decimal | 224 | 142 | 254 |
Hex | E0 | 8E | FE |
Shades of #e08efe
Tints of #e08efe
RGB Percentages of Color #e08efe
CMYK Percentages of Color #e08efe
Complementary Color
#e08efe | #acfe8e |
#e08efe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e08efe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e08efe Color CSS Codes
.mybgcolor {background-color:#e08efe; } .myforecolor {color:#e08efe; } .mybordercolor {border:3px solid #e08efe; }
#e08efe Text Font Color
<p style="color:#e08efe">Text here</p>
This sample text font color is #e08efe
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.
#e08efe Background Color
<div style="background-color:#e08efe">
Div content here</div>
This div background color is #e08efe
#e08efe Border Color
<div style="border:3px solid #e08efe">
Div here</div>
This div border color is #e08efe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,142,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e08efe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e08efe; -webkit-box-shadow: 1px 1px 3px 2px #e08efe; box-shadow: 1px 1px 3px 2px #e08efe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,142,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e08efe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e08efe; -webkit-box-shadow: 1px 1px 3px 2px #e08efe; box-shadow: 1px 1px 3px 2px #e08efe;">
Div content here</div>
This div box has shadow with color #e08efe
Comments
No comments written yet.
Please login to write comment.