Color Hex Logo

#e80811 Color Hex

#E80811
(232,8,17)
0 Favorites   0 Comments

Color spaces of #e80811

RGB 232817
HSL0.990.930.47
HSV358°97°91°
CMYK 0.000.970.93   0.09
XYZ33.466717.36992.1192
Yxy17.36990.63200.3280
Hunter Lab41.677270.399926.1593
CIE-Lab48.722874.093157.7928

#e80811 color RGB value is (232,8,17).

#e80811 hex color red value is 232, green value is 8 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e80811 hue: 0.99 , saturation: 0.93 and the lightness value of e80811 is 0.47.

The process color (four color CMYK) of #e80811 color hex is 0.00, 0.97, 0.93, 0.09. Web safe color of #e80811 is #ff0000. Color #e80811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001000 00010001
Octal 350 10 21
Decimal 232 8 17
Hex E8 8 11

RGB Percentages of Color #e80811

%90.27
%3.11
%6.61

CMYK Percentages of Color #e80811

%0
%97
%93
%9

Triadic Colors of #e80811

#e80811 #11e808 #0811e8

Analogous Colors of #e80811

#e80811 #e86f08 #e80881

Monochromatic Colors of #e80811

#e80811

Complementary Color

#e80811 #08e8df

#e80811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80811 Color CSS Codes

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

#e80811 Text Font Color

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

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


#e80811 Background Color

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

This div background color is #e80811


#e80811 Border Color

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

This div border color is #e80811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80811


Comments

No comments written yet.

Please login to write comment.