Color Hex Logo

#e48121 Color Hex

#E48121
(228,129,33)
0 Favorites   0 Comments

Color spaces of #e48121

RGB 22812933
HSL0.080.780.51
HSV30°86°89°
CMYK 0.000.430.86   0.11
XYZ40.119732.30435.5597
Yxy32.30430.51450.4142
Hunter Lab56.836926.534133.9861
CIE-Lab63.593631.992063.0321

#e48121 color RGB value is (228,129,33).

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

The process color (four color CMYK) of #e48121 color hex is 0.00, 0.43, 0.86, 0.11. Web safe color of #e48121 is #cc9933. Color #e48121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 00100001
Octal 344 201 41
Decimal 228 129 33
Hex E4 81 21

RGB Percentages of Color #e48121

%58.46
%33.08
%8.46

CMYK Percentages of Color #e48121

%0
%43
%86
%11

Triadic Colors of #e48121

#e48121 #21e481 #8121e4

Analogous Colors of #e48121

#e48121 #e4e321 #e42122

Monochromatic Colors of #e48121

#e48121

Complementary Color

#e48121 #2184e4

#e48121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48121 Color CSS Codes

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

#e48121 Text Font Color

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

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


#e48121 Background Color

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

This div background color is #e48121


#e48121 Border Color

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

This div border color is #e48121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48121


Comments

No comments written yet.

Please login to write comment.