Color Hex Logo

#e54870 Color Hex

#E54870
(229,72,112)
0 Favorites   0 Comments

Color spaces of #e54870

RGB 22972112
HSL0.960.750.59
HSV345°69°90°
CMYK 0.000.690.51   0.10
XYZ37.555122.462617.6856
Yxy22.46260.48330.2891
Hunter Lab47.394758.500811.0519
CIE-Lab54.514462.957812.4535

#e54870 color RGB value is (229,72,112).

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

The process color (four color CMYK) of #e54870 color hex is 0.00, 0.69, 0.51, 0.10. Web safe color of #e54870 is #cc3366. Color #e54870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001000 01110000
Octal 345 110 160
Decimal 229 72 112
Hex E5 48 70

RGB Percentages of Color #e54870

%55.45
%17.43
%27.12

CMYK Percentages of Color #e54870

%0
%69
%51
%10

Triadic Colors of #e54870

#e54870 #70e548 #4870e5

Analogous Colors of #e54870

#e54870 #e56f48 #e548bf

Monochromatic Colors of #e54870

#e54870

Complementary Color

#e54870 #48e5bd

#e54870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54870 Color CSS Codes

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

#e54870 Text Font Color

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

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


#e54870 Background Color

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

This div background color is #e54870


#e54870 Border Color

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

This div border color is #e54870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54870


Comments

No comments written yet.

Please login to write comment.