Color Hex Logo

#e54899 Color Hex

#E54899
(229,72,153)
0 Favorites   0 Comments

Color spaces of #e54899

RGB 22972153
HSL0.910.750.59
HSV329°69°90°
CMYK 0.000.690.33   0.10
XYZ40.380223.592732.5626
Yxy23.59270.41830.2444
Hunter Lab48.572363.3930-5.7471
CIE-Lab55.677766.9223-10.1645

#e54899 color RGB value is (229,72,153).

#e54899 hex color red value is 229, green value is 72 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e54899 hue: 0.91 , saturation: 0.75 and the lightness value of e54899 is 0.59.

The process color (four color CMYK) of #e54899 color hex is 0.00, 0.69, 0.33, 0.10. Web safe color of #e54899 is #cc3399. Color #e54899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001000 10011001
Octal 345 110 231
Decimal 229 72 153
Hex E5 48 99

RGB Percentages of Color #e54899

%50.44
%15.86
%33.70

CMYK Percentages of Color #e54899

%0
%69
%33
%10

Triadic Colors of #e54899

#e54899 #99e548 #4899e5

Analogous Colors of #e54899

#e54899 #e5484b #e348e5

Monochromatic Colors of #e54899

#e54899

Complementary Color

#e54899 #48e594

#e54899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54899 Color CSS Codes

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

#e54899 Text Font Color

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

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


#e54899 Background Color

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

This div background color is #e54899


#e54899 Border Color

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

This div border color is #e54899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54899


Comments

No comments written yet.

Please login to write comment.