Color spaces of #e516ef
RGB | 229 | 22 | 239 |
---|---|---|---|
HSL | 0.83 | 0.87 | 0.51 |
HSV | 297° | 91° | 94° |
CMYK | 0.04 | 0.91 | 0.00 0.06 |
XYZ | 48.1800 | 23.4638 | 83.6510 |
Yxy | 23.4638 | 0.3102 | 0.1511 |
Hunter Lab | 48.4394 | 92.7749 | -68.4814 |
CIE-Lab | 55.5469 | 90.2775 | -59.8186 |
#e516ef color RGB value is (229,22,239).
#e516ef hex color red value is 229, green value is 22 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e516ef hue: 0.83 , saturation: 0.87 and the lightness value of e516ef is 0.51.
The process color (four color CMYK) of #e516ef color hex is 0.04, 0.91, 0.00, 0.06. Web safe color of #e516ef is #cc00ff. Color #e516ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00010110 | 11101111 |
Octal | 345 | 26 | 357 |
Decimal | 229 | 22 | 239 |
Hex | E5 | 16 | EF |
Shades of #e516ef
Tints of #e516ef
RGB Percentages of Color #e516ef
CMYK Percentages of Color #e516ef
Complementary Color
#e516ef | #20ef16 |
#e516ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e516ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e516ef Color CSS Codes
.mybgcolor {background-color:#e516ef; } .myforecolor {color:#e516ef; } .mybordercolor {border:3px solid #e516ef; }
#e516ef Text Font Color
<p style="color:#e516ef">Text here</p>
This sample text font color is #e516ef
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.
#e516ef Background Color
<div style="background-color:#e516ef">
Div content here</div>
This div background color is #e516ef
#e516ef Border Color
<div style="border:3px solid #e516ef">
Div here</div>
This div border color is #e516ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,22,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e516ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e516ef; -webkit-box-shadow: 1px 1px 3px 2px #e516ef; box-shadow: 1px 1px 3px 2px #e516ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,22,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 #e516ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e516ef; -webkit-box-shadow: 1px 1px 3px 2px #e516ef; box-shadow: 1px 1px 3px 2px #e516ef;">
Div content here</div>
This div box has shadow with color #e516ef
Comments
No comments written yet.
Please login to write comment.