Color Hex Logo

#e58129 Color Hex

#E58129
(229,129,41)
0 Favorites   0 Comments

Color spaces of #e58129

RGB 22912941
HSL0.080.780.53
HSV28°82°90°
CMYK 0.000.440.82   0.10
XYZ40.563632.51866.2366
Yxy32.51860.51140.4100
Hunter Lab57.025127.178333.4333
CIE-Lab63.769232.613260.4382

#e58129 color RGB value is (229,129,41).

#e58129 hex color red value is 229, green value is 129 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e58129 hue: 0.08 , saturation: 0.78 and the lightness value of e58129 is 0.53.

The process color (four color CMYK) of #e58129 color hex is 0.00, 0.44, 0.82, 0.10. Web safe color of #e58129 is #cc9933. Color #e58129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 00101001
Octal 345 201 51
Decimal 229 129 41
Hex E5 81 29

RGB Percentages of Color #e58129

%57.39
%32.33
%10.28

CMYK Percentages of Color #e58129

%0
%44
%82
%10

Triadic Colors of #e58129

#e58129 #29e581 #8129e5

Analogous Colors of #e58129

#e58129 #e5df29 #e5292f

Monochromatic Colors of #e58129

#e58129

Complementary Color

#e58129 #298de5

#e58129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58129 Color CSS Codes

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

#e58129 Text Font Color

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

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


#e58129 Background Color

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

This div background color is #e58129


#e58129 Border Color

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

This div border color is #e58129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58129

#e58129 Color Palettes


Comments

No comments written yet.

Please login to write comment.