Color Hex Logo

#e8003e Color Hex

#E8003E
(232,0,62)
0 Favorites   0 Comments

Color spaces of #e8003e

RGB 232062
HSL0.961.000.45
HSV344°100°91°
CMYK 0.001.000.73   0.09
XYZ34.148217.50366.1361
Yxy17.50360.59090.3029
Hunter Lab41.837372.478920.5903
CIE-Lab48.888475.759635.1980

#e8003e color RGB value is (232,0,62).

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

The process color (four color CMYK) of #e8003e color hex is 0.00, 1.00, 0.73, 0.09. Web safe color of #e8003e is #ff0033. Color #e8003e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000000 00111110
Octal 350 0 76
Decimal 232 0 62
Hex E8 0 3E

RGB Percentages of Color #e8003e

%78.91
%0.00
%21.09

CMYK Percentages of Color #e8003e

%0
%100
%73
%9

Triadic Colors of #e8003e

#e8003e #3ee800 #003ee8

Analogous Colors of #e8003e

#e8003e #e83600 #e800b2

Monochromatic Colors of #e8003e

#e8003e

Complementary Color

#e8003e #00e8aa

#e8003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8003e Color CSS Codes

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

#e8003e Text Font Color

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

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


#e8003e Background Color

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

This div background color is #e8003e


#e8003e Border Color

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

This div border color is #e8003e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8003e


Comments

No comments written yet.

Please login to write comment.