Color Hex Logo

#e59860 Color Hex

#E59860
(229,152,96)
0 Favorites   0 Comments

Color spaces of #e59860

RGB 22915296
HSL0.070.720.64
HSV25°58°90°
CMYK 0.000.340.58   0.10
XYZ45.652739.959016.3730
Yxy39.95900.44760.3918
Hunter Lab63.213118.290228.8923
CIE-Lab69.440323.295740.9572

#e59860 color RGB value is (229,152,96).

#e59860 hex color red value is 229, green value is 152 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e59860 hue: 0.07 , saturation: 0.72 and the lightness value of e59860 is 0.64.

The process color (four color CMYK) of #e59860 color hex is 0.00, 0.34, 0.58, 0.10. Web safe color of #e59860 is #cc9966. Color #e59860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011000 01100000
Octal 345 230 140
Decimal 229 152 96
Hex E5 98 60

RGB Percentages of Color #e59860

%48.01
%31.87
%20.13

CMYK Percentages of Color #e59860

%0
%34
%58
%10

Triadic Colors of #e59860

#e59860 #60e598 #9860e5

Analogous Colors of #e59860

#e59860 #e5db60 #e5606b

Monochromatic Colors of #e59860

#e59860

Complementary Color

#e59860 #60ade5

#e59860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59860 Color CSS Codes

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

#e59860 Text Font Color

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

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


#e59860 Background Color

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

This div background color is #e59860


#e59860 Border Color

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

This div border color is #e59860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59860


Comments

No comments written yet.

Please login to write comment.