Color Hex Logo

#e58440 Color Hex

#E58440
(229,132,64)
0 Favorites   0 Comments

Color spaces of #e58440

RGB 22913264
HSL0.070.760.57
HSV25°72°90°
CMYK 0.000.420.72   0.10
XYZ41.489833.53079.1358
Yxy33.53070.49300.3984
Hunter Lab57.905726.561431.1798
CIE-Lab64.588331.926151.3881

#e58440 color RGB value is (229,132,64).

#e58440 hex color red value is 229, green value is 132 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e58440 hue: 0.07 , saturation: 0.76 and the lightness value of e58440 is 0.57.

The process color (four color CMYK) of #e58440 color hex is 0.00, 0.42, 0.72, 0.10. Web safe color of #e58440 is #cc9933. Color #e58440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 01000000
Octal 345 204 100
Decimal 229 132 64
Hex E5 84 40

RGB Percentages of Color #e58440

%53.88
%31.06
%15.06

CMYK Percentages of Color #e58440

%0
%42
%72
%10

Triadic Colors of #e58440

#e58440 #40e584 #8440e5

Analogous Colors of #e58440

#e58440 #e5d740 #e5404e

Monochromatic Colors of #e58440

#e58440

Complementary Color

#e58440 #40a1e5

#e58440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58440 Color CSS Codes

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

#e58440 Text Font Color

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

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


#e58440 Background Color

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

This div background color is #e58440


#e58440 Border Color

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

This div border color is #e58440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58440


Comments

No comments written yet.

Please login to write comment.