Color spaces of #e15aef
RGB | 225 | 90 | 239 |
---|---|---|---|
HSL | 0.82 | 0.82 | 0.65 |
HSV | 294° | 62° | 94° |
CMYK | 0.06 | 0.62 | 0.00 0.06 |
XYZ | 50.2875 | 29.5519 | 84.7150 |
Yxy | 29.5519 | 0.3056 | 0.1796 |
Hunter Lab | 54.3617 | 69.9893 | -54.3420 |
CIE-Lab | 61.2656 | 71.3579 | -50.7321 |
#e15aef color RGB value is (225,90,239).
#e15aef hex color red value is 225, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e15aef hue: 0.82 , saturation: 0.82 and the lightness value of e15aef is 0.65.
The process color (four color CMYK) of #e15aef color hex is 0.06, 0.62, 0.00, 0.06. Web safe color of #e15aef is #cc66ff. Color #e15aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01011010 | 11101111 |
Octal | 341 | 132 | 357 |
Decimal | 225 | 90 | 239 |
Hex | E1 | 5A | EF |
Shades of #e15aef
Tints of #e15aef
RGB Percentages of Color #e15aef
CMYK Percentages of Color #e15aef
Complementary Color
#e15aef | #68ef5a |
#e15aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e15aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e15aef Color CSS Codes
.mybgcolor {background-color:#e15aef; } .myforecolor {color:#e15aef; } .mybordercolor {border:3px solid #e15aef; }
#e15aef Text Font Color
<p style="color:#e15aef">Text here</p>
This sample text font color is #e15aef
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.
#e15aef Background Color
<div style="background-color:#e15aef">
Div content here</div>
This div background color is #e15aef
#e15aef Border Color
<div style="border:3px solid #e15aef">
Div here</div>
This div border color is #e15aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,90,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e15aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e15aef; -webkit-box-shadow: 1px 1px 3px 2px #e15aef; box-shadow: 1px 1px 3px 2px #e15aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,90,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 #e15aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e15aef; -webkit-box-shadow: 1px 1px 3px 2px #e15aef; box-shadow: 1px 1px 3px 2px #e15aef;">
Div content here</div>
This div box has shadow with color #e15aef
Comments
No comments written yet.
Please login to write comment.