Color Hex Logo

#e5865e Color Hex

#E5865E
(229,134,94)
0 Favorites   0 Comments

Color spaces of #e5865e

RGB 22913494
HSL0.050.720.63
HSV18°59°90°
CMYK 0.000.410.59   0.10
XYZ42.858634.516414.9931
Yxy34.51640.46400.3737
Hunter Lab58.750727.402125.9947
CIE-Lab65.370432.681237.0160

#e5865e color RGB value is (229,134,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 01011110
Octal 345 206 136
Decimal 229 134 94
Hex E5 86 5E

RGB Percentages of Color #e5865e

%50.11
%29.32
%20.57

CMYK Percentages of Color #e5865e

%0
%41
%59
%10

Triadic Colors of #e5865e

#e5865e #5ee586 #865ee5

Analogous Colors of #e5865e

#e5865e #e5ca5e #e55e7a

Monochromatic Colors of #e5865e

#e5865e

Complementary Color

#e5865e #5ebde5

#e5865e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5865e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5865e Color CSS Codes

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

#e5865e Text Font Color

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

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


#e5865e Background Color

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

This div background color is #e5865e


#e5865e Border Color

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

This div border color is #e5865e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5865e


Comments

No comments written yet.

Please login to write comment.