Color spaces of #e018ef
RGB | 224 | 24 | 239 |
---|---|---|---|
HSL | 0.82 | 0.87 | 0.52 |
HSV | 296° | 90° | 94° |
CMYK | 0.06 | 0.90 | 0.00 0.06 |
XYZ | 46.6471 | 22.7326 | 83.5906 |
Yxy | 22.7326 | 0.3049 | 0.1486 |
Hunter Lab | 47.6787 | 91.2001 | -70.5725 |
CIE-Lab | 54.7958 | 89.2412 | -61.0695 |
#e018ef color RGB value is (224,24,239).
#e018ef hex color red value is 224, green value is 24 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e018ef hue: 0.82 , saturation: 0.87 and the lightness value of e018ef is 0.52.
The process color (four color CMYK) of #e018ef color hex is 0.06, 0.90, 0.00, 0.06. Web safe color of #e018ef is #cc00ff. Color #e018ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00011000 | 11101111 |
Octal | 340 | 30 | 357 |
Decimal | 224 | 24 | 239 |
Hex | E0 | 18 | EF |
Shades of #e018ef
Tints of #e018ef
RGB Percentages of Color #e018ef
CMYK Percentages of Color #e018ef
Complementary Color
#e018ef | #27ef18 |
#e018ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e018ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e018ef Color CSS Codes
.mybgcolor {background-color:#e018ef; } .myforecolor {color:#e018ef; } .mybordercolor {border:3px solid #e018ef; }
#e018ef Text Font Color
<p style="color:#e018ef">Text here</p>
This sample text font color is #e018ef
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.
#e018ef Background Color
<div style="background-color:#e018ef">
Div content here</div>
This div background color is #e018ef
#e018ef Border Color
<div style="border:3px solid #e018ef">
Div here</div>
This div border color is #e018ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,24,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e018ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e018ef; -webkit-box-shadow: 1px 1px 3px 2px #e018ef; box-shadow: 1px 1px 3px 2px #e018ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,24,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e018ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e018ef; -webkit-box-shadow: 1px 1px 3px 2px #e018ef; box-shadow: 1px 1px 3px 2px #e018ef;">
Div content here</div>
This div box has shadow with color #e018ef
Comments
No comments written yet.
Please login to write comment.