Color Hex Logo

#e15aef Color Hex

#E15AEF
(225,90,239)
0 Favorites   0 Comments

Color spaces of #e15aef

RGB 22590239
HSL0.820.820.65
HSV294°62°94°
CMYK 0.060.620.00   0.06
XYZ50.287529.551984.7150
Yxy29.55190.30560.1796
Hunter Lab54.361769.9893-54.3420
CIE-Lab61.265671.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

BaseRedGreenBlue
Binary 11100001 01011010 11101111
Octal 341 132 357
Decimal 225 90 239
Hex E1 5A EF

RGB Percentages of Color #e15aef

%40.61
%16.25
%43.14

CMYK Percentages of Color #e15aef

%6
%62
%0
%6

Triadic Colors of #e15aef

#e15aef #efe15a #5aefe1

Analogous Colors of #e15aef

#e15aef #ef5ab3 #975aef

Monochromatic Colors of #e15aef

#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.