Color Hex Logo

#e4521e Color Hex

#E4521E
(228,82,30)
0 Favorites   0 Comments

Color spaces of #e4521e

RGB 2288230
HSL0.040.790.51
HSV16°87°89°
CMYK 0.000.640.87   0.11
XYZ35.246522.62233.7371
Yxy22.62230.57210.3672
Hunter Lab47.562949.042428.6355
CIE-Lab54.681154.561656.8678

#e4521e color RGB value is (228,82,30).

#e4521e hex color red value is 228, green value is 82 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #e4521e hue: 0.04 , saturation: 0.79 and the lightness value of e4521e is 0.51.

The process color (four color CMYK) of #e4521e color hex is 0.00, 0.64, 0.87, 0.11. Web safe color of #e4521e is #cc6633. Color #e4521e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010010 00011110
Octal 344 122 36
Decimal 228 82 30
Hex E4 52 1E

RGB Percentages of Color #e4521e

%67.06
%24.12
%8.82

CMYK Percentages of Color #e4521e

%0
%64
%87
%11

Triadic Colors of #e4521e

#e4521e #1ee452 #521ee4

Analogous Colors of #e4521e

#e4521e #e4b51e #e41e4d

Monochromatic Colors of #e4521e

#e4521e

Complementary Color

#e4521e #1eb0e4

#e4521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4521e Color CSS Codes

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

#e4521e Text Font Color

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

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


#e4521e Background Color

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

This div background color is #e4521e


#e4521e Border Color

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

This div border color is #e4521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4521e


Comments

No comments written yet.

Please login to write comment.