Color Hex Logo

#e53ea5 Color Hex

#E53EA5
(229,62,165)
0 Favorites   0 Comments

Color spaces of #e53ea5

RGB 22962165
HSL0.900.760.57
HSV323°73°90°
CMYK 0.000.730.28   0.10
XYZ40.827322.819937.8502
Yxy22.81990.40220.2248
Hunter Lab47.770268.9591-13.5387
CIE-Lab54.886371.7154-18.4083

#e53ea5 color RGB value is (229,62,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111110 10100101
Octal 345 76 245
Decimal 229 62 165
Hex E5 3E A5

RGB Percentages of Color #e53ea5

%50.22
%13.60
%36.18

CMYK Percentages of Color #e53ea5

%0
%73
%28
%10

Triadic Colors of #e53ea5

#e53ea5 #a5e53e #3ea5e5

Analogous Colors of #e53ea5

#e53ea5 #e53e51 #d23ee5

Monochromatic Colors of #e53ea5

#e53ea5

Complementary Color

#e53ea5 #3ee57e

#e53ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53ea5 Color CSS Codes

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

#e53ea5 Text Font Color

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

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


#e53ea5 Background Color

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

This div background color is #e53ea5


#e53ea5 Border Color

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

This div border color is #e53ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53ea5


Comments

No comments written yet.

Please login to write comment.