Color Hex Logo

#e5845e Color Hex

#E5845E
(229,132,94)
0 Favorites   0 Comments

Color spaces of #e5845e

RGB 22913294
HSL0.050.720.63
HSV17°59°90°
CMYK 0.000.420.59   0.10
XYZ42.584733.968714.9018
Yxy33.96870.46560.3714
Hunter Lab58.282728.427825.6385
CIE-Lab64.937733.727736.4800

#e5845e color RGB value is (229,132,94).

#e5845e hex color red value is 229, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e5845e hue: 0.05 , saturation: 0.72 and the lightness value of e5845e is 0.63.

The process color (four color CMYK) of #e5845e color hex is 0.00, 0.42, 0.59, 0.10. Web safe color of #e5845e is #cc9966. Color #e5845e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 01011110
Octal 345 204 136
Decimal 229 132 94
Hex E5 84 5E

RGB Percentages of Color #e5845e

%50.33
%29.01
%20.66

CMYK Percentages of Color #e5845e

%0
%42
%59
%10

Triadic Colors of #e5845e

#e5845e #5ee584 #845ee5

Analogous Colors of #e5845e

#e5845e #e5c85e #e55e7c

Monochromatic Colors of #e5845e

#e5845e

Complementary Color

#e5845e #5ebfe5

#e5845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5845e Color CSS Codes

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

#e5845e Text Font Color

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

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


#e5845e Background Color

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

This div background color is #e5845e


#e5845e Border Color

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

This div border color is #e5845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5845e


Comments

No comments written yet.

Please login to write comment.