Color Hex Logo

#e49560 Color Hex

#E49560
(228,149,96)
0 Favorites   0 Comments

Color spaces of #e49560

RGB 22814996
HSL0.070.710.64
HSV24°58°89°
CMYK 0.000.350.58   0.11
XYZ44.853738.833416.1979
Yxy38.83340.44910.3888
Hunter Lab62.316519.425728.2103
CIE-Lab68.630424.488839.9413

#e49560 color RGB value is (228,149,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010101 01100000
Octal 344 225 140
Decimal 228 149 96
Hex E4 95 60

RGB Percentages of Color #e49560

%48.20
%31.50
%20.30

CMYK Percentages of Color #e49560

%0
%35
%58
%11

Triadic Colors of #e49560

#e49560 #60e495 #9560e4

Analogous Colors of #e49560

#e49560 #e4d760 #e4606d

Monochromatic Colors of #e49560

#e49560

Complementary Color

#e49560 #60afe4

#e49560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49560 Color CSS Codes

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

#e49560 Text Font Color

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

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


#e49560 Background Color

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

This div background color is #e49560


#e49560 Border Color

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

This div border color is #e49560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49560


Comments

No comments written yet.

Please login to write comment.