Color Hex Logo

#e53eab Color Hex

#E53EAB
(229,62,171)
0 Favorites   0 Comments

Color spaces of #e53eab

RGB 22962171
HSL0.890.760.57
HSV321°73°90°
CMYK 0.000.730.25   0.10
XYZ41.386423.043540.7946
Yxy23.04350.39330.2190
Hunter Lab48.003669.8876-16.7835
CIE-Lab55.117172.4350-21.5662

#e53eab color RGB value is (229,62,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111110 10101011
Octal 345 76 253
Decimal 229 62 171
Hex E5 3E AB

RGB Percentages of Color #e53eab

%49.57
%13.42
%37.01

CMYK Percentages of Color #e53eab

%0
%73
%25
%10

Triadic Colors of #e53eab

#e53eab #abe53e #3eabe5

Analogous Colors of #e53eab

#e53eab #e53e57 #cc3ee5

Monochromatic Colors of #e53eab

#e53eab

Complementary Color

#e53eab #3ee578

#e53eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53eab Color CSS Codes

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

#e53eab Text Font Color

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

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


#e53eab Background Color

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

This div background color is #e53eab


#e53eab Border Color

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

This div border color is #e53eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53eab


Comments

No comments written yet.

Please login to write comment.