Color Hex Logo

#e28429 Color Hex

#E28429
(226,132,41)
0 Favorites   0 Comments

Color spaces of #e28429

RGB 22613241
HSL0.080.760.52
HSV30°82°89°
CMYK 0.000.420.82   0.11
XYZ40.015532.83146.3259
Yxy32.83140.50540.4147
Hunter Lab57.298724.385833.5633
CIE-Lab64.024229.811160.5115

#e28429 color RGB value is (226,132,41).

#e28429 hex color red value is 226, green value is 132 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e28429 hue: 0.08 , saturation: 0.76 and the lightness value of e28429 is 0.52.

The process color (four color CMYK) of #e28429 color hex is 0.00, 0.42, 0.82, 0.11. Web safe color of #e28429 is #cc9933. Color #e28429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 00101001
Octal 342 204 51
Decimal 226 132 41
Hex E2 84 29

RGB Percentages of Color #e28429

%56.64
%33.08
%10.28

CMYK Percentages of Color #e28429

%0
%42
%82
%11

Triadic Colors of #e28429

#e28429 #29e284 #8429e2

Analogous Colors of #e28429

#e28429 #e2e129 #e2292a

Monochromatic Colors of #e28429

#e28429

Complementary Color

#e28429 #2987e2

#e28429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28429 Color CSS Codes

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

#e28429 Text Font Color

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

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


#e28429 Background Color

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

This div background color is #e28429


#e28429 Border Color

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

This div border color is #e28429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28429


Comments

No comments written yet.

Please login to write comment.