Color Hex Logo

#e8412e Color Hex

#E8412E
(232,65,46)
0 Favorites   0 Comments

Color spaces of #e8412e

RGB 2326546
HSL0.020.800.55
HSV80°91°
CMYK 0.000.720.80   0.09
XYZ35.662121.13374.7844
Yxy21.13370.57910.3432
Hunter Lab45.971458.020626.0095
CIE-Lab53.095562.802648.5549

#e8412e color RGB value is (232,65,46).

#e8412e hex color red value is 232, green value is 65 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e8412e hue: 0.02 , saturation: 0.80 and the lightness value of e8412e is 0.55.

The process color (four color CMYK) of #e8412e color hex is 0.00, 0.72, 0.80, 0.09. Web safe color of #e8412e is #ff3333. Color #e8412e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 00101110
Octal 350 101 56
Decimal 232 65 46
Hex E8 41 2E

RGB Percentages of Color #e8412e

%67.64
%18.95
%13.41

CMYK Percentages of Color #e8412e

%0
%72
%80
%9

Triadic Colors of #e8412e

#e8412e #2ee841 #412ee8

Analogous Colors of #e8412e

#e8412e #e89e2e #e82e78

Monochromatic Colors of #e8412e

#e8412e

Complementary Color

#e8412e #2ed5e8

#e8412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8412e Color CSS Codes

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

#e8412e Text Font Color

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

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


#e8412e Background Color

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

This div background color is #e8412e


#e8412e Border Color

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

This div border color is #e8412e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8412e


Comments

No comments written yet.

Please login to write comment.