Color Hex Logo

#e28529 Color Hex

#E28529
(226,133,41)
0 Favorites   0 Comments

Color spaces of #e28529

RGB 22613341
HSL0.080.760.52
HSV30°82°89°
CMYK 0.000.410.82   0.11
XYZ40.151833.10396.3713
Yxy33.10390.50420.4157
Hunter Lab57.536023.879233.7097
CIE-Lab64.244929.284460.7073

#e28529 color RGB value is (226,133,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000101 00101001
Octal 342 205 51
Decimal 226 133 41
Hex E2 85 29

RGB Percentages of Color #e28529

%56.50
%33.25
%10.25

CMYK Percentages of Color #e28529

%0
%41
%82
%11

Triadic Colors of #e28529

#e28529 #29e285 #8529e2

Analogous Colors of #e28529

#e28529 #e2e229 #e22929

Monochromatic Colors of #e28529

#e28529

Complementary Color

#e28529 #2986e2

#e28529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28529 Color CSS Codes

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

#e28529 Text Font Color

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

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


#e28529 Background Color

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

This div background color is #e28529


#e28529 Border Color

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

This div border color is #e28529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28529


Comments

No comments written yet.

Please login to write comment.