Color Hex Logo

#e59076 Color Hex

#E59076
(229,144,118)
0 Favorites   0 Comments

Color spaces of #e59076

RGB 229144118
HSL0.040.680.68
HSV14°48°90°
CMYK 0.000.370.48   0.10
XYZ45.556437.912522.0563
Yxy37.91250.43170.3593
Hunter Lab61.573124.314721.8627
CIE-Lab67.956129.417827.2925

#e59076 color RGB value is (229,144,118).

#e59076 hex color red value is 229, green value is 144 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e59076 hue: 0.04 , saturation: 0.68 and the lightness value of e59076 is 0.68.

The process color (four color CMYK) of #e59076 color hex is 0.00, 0.37, 0.48, 0.10. Web safe color of #e59076 is #cc9966. Color #e59076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010000 01110110
Octal 345 220 166
Decimal 229 144 118
Hex E5 90 76

RGB Percentages of Color #e59076

%46.64
%29.33
%24.03

CMYK Percentages of Color #e59076

%0
%37
%48
%10

Triadic Colors of #e59076

#e59076 #76e590 #9076e5

Analogous Colors of #e59076

#e59076 #e5c876 #e57694

Monochromatic Colors of #e59076

#e59076

Complementary Color

#e59076 #76cbe5

#e59076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59076 Color CSS Codes

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

#e59076 Text Font Color

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

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


#e59076 Background Color

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

This div background color is #e59076


#e59076 Border Color

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

This div border color is #e59076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59076


Comments

No comments written yet.

Please login to write comment.