Color Hex Logo

#e55aef Color Hex

#E55AEF
(229,90,239)
0 Favorites   0 Comments

Color spaces of #e55aef

RGB 22990239
HSL0.820.820.65
HSV296°62°94°
CMYK 0.040.620.00   0.06
XYZ51.549330.202384.7740
Yxy30.20230.30960.1814
Hunter Lab54.956671.2589-52.9889
CIE-Lab61.828472.2867-49.8045

#e55aef color RGB value is (229,90,239).

#e55aef hex color red value is 229, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e55aef hue: 0.82 , saturation: 0.82 and the lightness value of e55aef is 0.65.

The process color (four color CMYK) of #e55aef color hex is 0.04, 0.62, 0.00, 0.06. Web safe color of #e55aef is #cc66ff. Color #e55aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 11101111
Octal 345 132 357
Decimal 229 90 239
Hex E5 5A EF

RGB Percentages of Color #e55aef

%41.04
%16.13
%42.83

CMYK Percentages of Color #e55aef

%4
%62
%0
%6

Triadic Colors of #e55aef

#e55aef #efe55a #5aefe5

Analogous Colors of #e55aef

#e55aef #ef5aaf #9b5aef

Monochromatic Colors of #e55aef

#e55aef

Complementary Color

#e55aef #64ef5a

#e55aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55aef Color CSS Codes

.mybgcolor {background-color:#e55aef; } 
.myforecolor {color:#e55aef; }
.mybordercolor {border:3px solid #e55aef; }

#e55aef Text Font Color

<p style="color:#e55aef">Text here</p>

This sample text font color is #e55aef
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.


#e55aef Background Color

<div style="background-color:#e55aef">
Div content here</div>

This div background color is #e55aef


#e55aef Border Color

<div style="border:3px solid #e55aef">
Div here</div>

This div border color is #e55aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,90,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e55aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e55aef;
  -webkit-box-shadow: 1px 1px 3px 2px #e55aef;
  box-shadow:         1px 1px 3px 2px #e55aef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,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 #e55aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e55aef;
  -webkit-box-shadow: 1px 1px 3px 2px #e55aef;
  box-shadow:         1px 1px 3px 2px #e55aef;">
Div content here</div>

This div box has shadow with color #e55aef


Comments

No comments written yet.

Please login to write comment.