Color Hex Logo

#e54980 Color Hex

#E54980
(229,73,128)
0 Favorites   0 Comments

Color spaces of #e54980

RGB 22973128
HSL0.940.750.59
HSV339°68°90°
CMYK 0.000.680.44   0.10
XYZ38.591922.981622.8239
Yxy22.98160.45730.2723
Hunter Lab47.939159.80245.3293
CIE-Lab55.053463.98053.6994

#e54980 color RGB value is (229,73,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001001 10000000
Octal 345 111 200
Decimal 229 73 128
Hex E5 49 80

RGB Percentages of Color #e54980

%53.26
%16.98
%29.77

CMYK Percentages of Color #e54980

%0
%68
%44
%10

Triadic Colors of #e54980

#e54980 #80e549 #4980e5

Analogous Colors of #e54980

#e54980 #e56049 #e549ce

Monochromatic Colors of #e54980

#e54980

Complementary Color

#e54980 #49e5ae

#e54980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54980 Color CSS Codes

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

#e54980 Text Font Color

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

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


#e54980 Background Color

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

This div background color is #e54980


#e54980 Border Color

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

This div border color is #e54980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54980


Comments

No comments written yet.

Please login to write comment.