Color Hex Logo

#e45770 Color Hex

#E45770
(228,87,112)
0 Favorites   0 Comments

Color spaces of #e45770

RGB 22887112
HSL0.970.720.62
HSV349°62°89°
CMYK 0.000.620.51   0.11
XYZ38.327724.480218.0343
Yxy24.48020.47410.3028
Hunter Lab49.477551.689413.0233
CIE-Lab56.565456.616315.2772

#e45770 color RGB value is (228,87,112).

#e45770 hex color red value is 228, green value is 87 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e45770 hue: 0.97 , saturation: 0.72 and the lightness value of e45770 is 0.62.

The process color (four color CMYK) of #e45770 color hex is 0.00, 0.62, 0.51, 0.11. Web safe color of #e45770 is #cc6666. Color #e45770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010111 01110000
Octal 344 127 160
Decimal 228 87 112
Hex E4 57 70

RGB Percentages of Color #e45770

%53.40
%20.37
%26.23

CMYK Percentages of Color #e45770

%0
%62
%51
%11

Triadic Colors of #e45770

#e45770 #70e457 #5770e4

Analogous Colors of #e45770

#e45770 #e48557 #e457b7

Monochromatic Colors of #e45770

#e45770

Complementary Color

#e45770 #57e4cb

#e45770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45770 Color CSS Codes

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

#e45770 Text Font Color

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

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


#e45770 Background Color

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

This div background color is #e45770


#e45770 Border Color

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

This div border color is #e45770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45770


Comments

No comments written yet.

Please login to write comment.