Color Hex Logo

#e59780 Color Hex

#E59780
(229,151,128)
0 Favorites   0 Comments

Color spaces of #e59780

RGB 229151128
HSL0.040.660.70
HSV14°44°90°
CMYK 0.000.340.44   0.10
XYZ47.276040.349725.7186
Yxy40.34970.41710.3560
Hunter Lab63.521421.686720.4596
CIE-Lab69.717926.686524.1589

#e59780 color RGB value is (229,151,128).

#e59780 hex color red value is 229, green value is 151 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e59780 hue: 0.04 , saturation: 0.66 and the lightness value of e59780 is 0.70.

The process color (four color CMYK) of #e59780 color hex is 0.00, 0.34, 0.44, 0.10. Web safe color of #e59780 is #cc9999. Color #e59780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010111 10000000
Octal 345 227 200
Decimal 229 151 128
Hex E5 97 80

RGB Percentages of Color #e59780

%45.08
%29.72
%25.20

CMYK Percentages of Color #e59780

%0
%34
%44
%10

Triadic Colors of #e59780

#e59780 #80e597 #9780e5

Analogous Colors of #e59780

#e59780 #e5ca80 #e5809c

Monochromatic Colors of #e59780

#e59780

Complementary Color

#e59780 #80cee5

#e59780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59780 Color CSS Codes

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

#e59780 Text Font Color

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

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


#e59780 Background Color

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

This div background color is #e59780


#e59780 Border Color

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

This div border color is #e59780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59780


Comments

No comments written yet.

Please login to write comment.