Color Hex Logo

#e8132e Color Hex

#E8132E
(232,19,46)
0 Favorites   0 Comments

Color spaces of #e8132e

RGB 2321946
HSL0.980.850.49
HSV352°92°91°
CMYK 0.000.920.80   0.09
XYZ34.004717.81884.2319
Yxy17.81880.60660.3179
Hunter Lab42.212369.921523.6046
CIE-Lab49.275673.592244.7974

#e8132e color RGB value is (232,19,46).

#e8132e hex color red value is 232, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e8132e hue: 0.98 , saturation: 0.85 and the lightness value of e8132e is 0.49.

The process color (four color CMYK) of #e8132e color hex is 0.00, 0.92, 0.80, 0.09. Web safe color of #e8132e is #ff0033. Color #e8132e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 00101110
Octal 350 23 56
Decimal 232 19 46
Hex E8 13 2E

RGB Percentages of Color #e8132e

%78.11
%6.40
%15.49

CMYK Percentages of Color #e8132e

%0
%92
%80
%9

Triadic Colors of #e8132e

#e8132e #2ee813 #132ee8

Analogous Colors of #e8132e

#e8132e #e86313 #e81399

Monochromatic Colors of #e8132e

#e8132e

Complementary Color

#e8132e #13e8cd

#e8132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8132e Color CSS Codes

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

#e8132e Text Font Color

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

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


#e8132e Background Color

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

This div background color is #e8132e


#e8132e Border Color

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

This div border color is #e8132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8132e


Comments

No comments written yet.

Please login to write comment.