color codes Logo

#e8001e color codes

#E8001E
(232,0,30)
0 Favorites   0 Comments

Color spaces of #e8001e

RGB 232030
HSL0.981.000.45
HSV352°100°91°
CMYK 0.001.000.87   0.09
XYZ33.513117.24952.7915
Yxy17.24950.62580.3221
Hunter Lab41.532571.351925.0877
CIE-Lab48.572974.902352.3592

#e8001e color RGB value is (232,0,30).

#e8001e hex color red value is 232, green value is 0 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #e8001e hue: 0.98 , saturation: 1.00 and the lightness value of e8001e is 0.45.

The process color (four color CMYK) of #e8001e color code is 0.00, 1.00, 0.87, 0.09. Web safe color of #e8001e is #ff0033. Color #e8001e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000000 00011110
Octal 350 0 36
Decimal 232 0 30
Hex E8 0 1E

RGB Percentages of Color #e8001e

%88.55
%0.00
%11.45

CMYK Percentages of Color #e8001e

%0
%100
%87
%9

Triadic Colors of #e8001e

#e8001e #1ee800 #001ee8

Analogous Colors of #e8001e

#e8001e #e85600 #e80092

Monochromatic Colors of #e8001e

#e8001e

Complementary Color

#e8001e #00e8ca

#e8001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8001e Color CSS Codes

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

#e8001e Text Font Color

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

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


#e8001e Background Color

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

This div background color is #e8001e


#e8001e Border Color

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

This div border color is #e8001e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8001e


Comments

No comments written yet.

Please login to write comment.