Color Hex Logo

#e54999 Color Hex

#E54999
(229,73,153)
0 Favorites   0 Comments

Color spaces of #e54999

RGB 22973153
HSL0.910.750.59
HSV329°68°90°
CMYK 0.000.680.33   0.10
XYZ40.445423.723032.5843
Yxy23.72300.41800.2452
Hunter Lab48.706362.9894-5.5704
CIE-Lab55.809466.5568-9.9671

#e54999 color RGB value is (229,73,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001001 10011001
Octal 345 111 231
Decimal 229 73 153
Hex E5 49 99

RGB Percentages of Color #e54999

%50.33
%16.04
%33.63

CMYK Percentages of Color #e54999

%0
%68
%33
%10

Triadic Colors of #e54999

#e54999 #99e549 #4999e5

Analogous Colors of #e54999

#e54999 #e5494b #e349e5

Monochromatic Colors of #e54999

#e54999

Complementary Color

#e54999 #49e595

#e54999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54999 Color CSS Codes

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

#e54999 Text Font Color

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

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


#e54999 Background Color

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

This div background color is #e54999


#e54999 Border Color

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

This div border color is #e54999


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,73,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 #e54999">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54999


Comments

No comments written yet.

Please login to write comment.