Color Hex Logo

#e53abe Color Hex

#E53ABE
(229,58,190)
0 Favorites   0 Comments

Color spaces of #e53abe

RGB 22958190
HSL0.870.770.56
HSV314°75°90°
CMYK 0.000.750.17   0.10
XYZ43.120423.401850.9595
Yxy23.40180.36700.1992
Hunter Lab48.375474.4526-28.5943
CIE-Lab55.483876.0749-32.0331

#e53abe color RGB value is (229,58,190).

#e53abe hex color red value is 229, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e53abe hue: 0.87 , saturation: 0.77 and the lightness value of e53abe is 0.56.

The process color (four color CMYK) of #e53abe color hex is 0.00, 0.75, 0.17, 0.10. Web safe color of #e53abe is #cc33cc. Color #e53abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 10111110
Octal 345 72 276
Decimal 229 58 190
Hex E5 3A BE

RGB Percentages of Color #e53abe

%48.01
%12.16
%39.83

CMYK Percentages of Color #e53abe

%0
%75
%17
%10

Triadic Colors of #e53abe

#e53abe #bee53a #3abee5

Analogous Colors of #e53abe

#e53abe #e53a69 #b73ae5

Monochromatic Colors of #e53abe

#e53abe

Complementary Color

#e53abe #3ae561

#e53abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53abe Color CSS Codes

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

#e53abe Text Font Color

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

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


#e53abe Background Color

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

This div background color is #e53abe


#e53abe Border Color

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

This div border color is #e53abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53abe


Comments

No comments written yet.

Please login to write comment.