Color Hex Logo

#e53aae Color Hex

#E53AAE
(229,58,174)
0 Favorites   0 Comments

Color spaces of #e53aae

RGB 22958174
HSL0.890.770.56
HSV319°75°90°
CMYK 0.000.750.24   0.10
XYZ41.466122.740142.2482
Yxy22.74010.38950.2136
Hunter Lab47.686671.7640-19.1477
CIE-Lab54.803674.0294-23.7993

#e53aae color RGB value is (229,58,174).

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

The process color (four color CMYK) of #e53aae color hex is 0.00, 0.75, 0.24, 0.10. Web safe color of #e53aae is #cc3399. Color #e53aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 10101110
Octal 345 72 256
Decimal 229 58 174
Hex E5 3A AE

RGB Percentages of Color #e53aae

%49.67
%12.58
%37.74

CMYK Percentages of Color #e53aae

%0
%75
%24
%10

Triadic Colors of #e53aae

#e53aae #aee53a #3aaee5

Analogous Colors of #e53aae

#e53aae #e53a59 #c73ae5

Monochromatic Colors of #e53aae

#e53aae

Complementary Color

#e53aae #3ae571

#e53aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53aae Color CSS Codes

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

#e53aae Text Font Color

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

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


#e53aae Background Color

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

This div background color is #e53aae


#e53aae Border Color

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

This div border color is #e53aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53aae


Comments

No comments written yet.

Please login to write comment.