Color Hex Logo

#e59972 Color Hex

#E59972
(229,153,114)
0 Favorites   0 Comments

Color spaces of #e59972

RGB 229153114
HSL0.060.690.67
HSV20°50°90°
CMYK 0.000.330.50   0.10
XYZ46.741640.655421.3033
Yxy40.65540.43000.3740
Hunter Lab63.761619.269924.8238
CIE-Lab69.933824.257432.0546

#e59972 color RGB value is (229,153,114).

#e59972 hex color red value is 229, green value is 153 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e59972 hue: 0.06 , saturation: 0.69 and the lightness value of e59972 is 0.67.

The process color (four color CMYK) of #e59972 color hex is 0.00, 0.33, 0.50, 0.10. Web safe color of #e59972 is #cc9966. Color #e59972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 01110010
Octal 345 231 162
Decimal 229 153 114
Hex E5 99 72

RGB Percentages of Color #e59972

%46.17
%30.85
%22.98

CMYK Percentages of Color #e59972

%0
%33
%50
%10

Triadic Colors of #e59972

#e59972 #72e599 #9972e5

Analogous Colors of #e59972

#e59972 #e5d372 #e57285

Monochromatic Colors of #e59972

#e59972

Complementary Color

#e59972 #72bee5

#e59972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59972 Color CSS Codes

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

#e59972 Text Font Color

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

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


#e59972 Background Color

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

This div background color is #e59972


#e59972 Border Color

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

This div border color is #e59972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59972


Comments

No comments written yet.

Please login to write comment.