Color Hex Logo

#e55abe Color Hex

#E55ABE
(229,90,190)
0 Favorites   0 Comments

Color spaces of #e55abe

RGB 22990190
HSL0.880.730.63
HSV317°61°90°
CMYK 0.000.610.17   0.10
XYZ45.263527.688051.6739
Yxy27.68800.36320.2222
Hunter Lab52.619461.4628-21.3911
CIE-Lab59.605864.5699-25.6484

#e55abe color RGB value is (229,90,190).

#e55abe hex color red value is 229, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e55abe hue: 0.88 , saturation: 0.73 and the lightness value of e55abe is 0.63.

The process color (four color CMYK) of #e55abe color hex is 0.00, 0.61, 0.17, 0.10. Web safe color of #e55abe is #cc66cc. Color #e55abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 10111110
Octal 345 132 276
Decimal 229 90 190
Hex E5 5A BE

RGB Percentages of Color #e55abe

%44.99
%17.68
%37.33

CMYK Percentages of Color #e55abe

%0
%61
%17
%10

Triadic Colors of #e55abe

#e55abe #bee55a #5abee5

Analogous Colors of #e55abe

#e55abe #e55a79 #c75ae5

Monochromatic Colors of #e55abe

#e55abe

Complementary Color

#e55abe #5ae581

#e55abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55abe Color CSS Codes

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

#e55abe Text Font Color

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

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


#e55abe Background Color

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

This div background color is #e55abe


#e55abe Border Color

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

This div border color is #e55abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,90,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e55abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55abe


Comments

No comments written yet.

Please login to write comment.