Color Hex Logo

#e8501f Color Hex

#E8501F
(232,80,31)
0 Favorites   0 Comments

Color spaces of #e8501f

RGB 2328031
HSL0.040.810.52
HSV15°87°91°
CMYK 0.000.660.87   0.09
XYZ36.394722.99213.8160
Yxy22.99210.57580.3638
Hunter Lab47.950151.571128.8466
CIE-Lab55.064256.769657.0740

#e8501f color RGB value is (232,80,31).

#e8501f hex color red value is 232, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e8501f hue: 0.04 , saturation: 0.81 and the lightness value of e8501f is 0.52.

The process color (four color CMYK) of #e8501f color hex is 0.00, 0.66, 0.87, 0.09. Web safe color of #e8501f is #ff6633. Color #e8501f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010000 00011111
Octal 350 120 37
Decimal 232 80 31
Hex E8 50 1F

RGB Percentages of Color #e8501f

%67.64
%23.32
%9.04

CMYK Percentages of Color #e8501f

%0
%66
%87
%9

Triadic Colors of #e8501f

#e8501f #1fe850 #501fe8

Analogous Colors of #e8501f

#e8501f #e8b51f #e81f52

Monochromatic Colors of #e8501f

#e8501f

Complementary Color

#e8501f #1fb7e8

#e8501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8501f Color CSS Codes

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

#e8501f Text Font Color

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

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


#e8501f Background Color

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

This div background color is #e8501f


#e8501f Border Color

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

This div border color is #e8501f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,80,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8501f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8501f;
  -webkit-box-shadow: 1px 1px 3px 2px #e8501f;
  box-shadow:         1px 1px 3px 2px #e8501f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,80,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8501f


Comments

No comments written yet.

Please login to write comment.