Color Hex Logo

#e54998 Color Hex

#E54998
(229,73,152)
0 Favorites   0 Comments

Color spaces of #e54998

RGB 22973152
HSL0.920.750.59
HSV330°68°90°
CMYK 0.000.680.34   0.10
XYZ40.363123.690132.1510
Yxy23.69010.41960.2462
Hunter Lab48.672562.8496-5.0938
CIE-Lab55.776266.4447-9.4287

#e54998 color RGB value is (229,73,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001001 10011000
Octal 345 111 230
Decimal 229 73 152
Hex E5 49 98

RGB Percentages of Color #e54998

%50.44
%16.08
%33.48

CMYK Percentages of Color #e54998

%0
%68
%34
%10

Triadic Colors of #e54998

#e54998 #98e549 #4998e5

Analogous Colors of #e54998

#e54998 #e5494a #e449e5

Monochromatic Colors of #e54998

#e54998

Complementary Color

#e54998 #49e596

#e54998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54998 Color CSS Codes

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

#e54998 Text Font Color

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

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


#e54998 Background Color

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

This div background color is #e54998


#e54998 Border Color

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

This div border color is #e54998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54998


Comments

No comments written yet.

Please login to write comment.