Color Hex Logo

#e53eaa Color Hex

#E53EAA
(229,62,170)
0 Favorites   0 Comments

Color spaces of #e53eaa

RGB 22962170
HSL0.890.760.57
HSV321°73°90°
CMYK 0.000.730.26   0.10
XYZ41.291423.005540.2944
Yxy23.00550.39480.2200
Hunter Lab47.964069.7304-16.2345
CIE-Lab55.078072.3134-21.0419

#e53eaa color RGB value is (229,62,170).

#e53eaa hex color red value is 229, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e53eaa hue: 0.89 , saturation: 0.76 and the lightness value of e53eaa is 0.57.

The process color (four color CMYK) of #e53eaa color hex is 0.00, 0.73, 0.26, 0.10. Web safe color of #e53eaa is #cc3399. Color #e53eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111110 10101010
Octal 345 76 252
Decimal 229 62 170
Hex E5 3E AA

RGB Percentages of Color #e53eaa

%49.67
%13.45
%36.88

CMYK Percentages of Color #e53eaa

%0
%73
%26
%10

Triadic Colors of #e53eaa

#e53eaa #aae53e #3eaae5

Analogous Colors of #e53eaa

#e53eaa #e53e56 #cd3ee5

Monochromatic Colors of #e53eaa

#e53eaa

Complementary Color

#e53eaa #3ee579

#e53eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53eaa Color CSS Codes

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

#e53eaa Text Font Color

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

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


#e53eaa Background Color

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

This div background color is #e53eaa


#e53eaa Border Color

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

This div border color is #e53eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53eaa


Comments

No comments written yet.

Please login to write comment.