Color Hex Logo

#e49860 Color Hex

#E49860
(228,152,96)
0 Favorites   0 Comments

Color spaces of #e49860

RGB 22815296
HSL0.070.710.64
HSV25°58°89°
CMYK 0.000.330.58   0.11
XYZ45.334539.795016.3581
Yxy39.79500.44670.3921
Hunter Lab63.083317.882428.7838
CIE-Lab69.323322.888440.7876

#e49860 color RGB value is (228,152,96).

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

The process color (four color CMYK) of #e49860 color hex is 0.00, 0.33, 0.58, 0.11. Web safe color of #e49860 is #cc9966. Color #e49860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011000 01100000
Octal 344 230 140
Decimal 228 152 96
Hex E4 98 60

RGB Percentages of Color #e49860

%47.90
%31.93
%20.17

CMYK Percentages of Color #e49860

%0
%33
%58
%11

Triadic Colors of #e49860

#e49860 #60e498 #9860e4

Analogous Colors of #e49860

#e49860 #e4da60 #e4606a

Monochromatic Colors of #e49860

#e49860

Complementary Color

#e49860 #60ace4

#e49860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49860 Color CSS Codes

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

#e49860 Text Font Color

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

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


#e49860 Background Color

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

This div background color is #e49860


#e49860 Border Color

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

This div border color is #e49860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49860


Comments

No comments written yet.

Please login to write comment.