Color Hex Logo

#e82937 Color Hex

#E82937
(232,41,55)
0 Favorites   0 Comments

Color spaces of #e82937

RGB 2324155
HSL0.990.810.54
HSV356°82°91°
CMYK 0.000.820.76   0.09
XYZ34.761219.01755.4531
Yxy19.01750.58690.3211
Hunter Lab43.609165.968223.1124
CIE-Lab50.707770.032341.2922

#e82937 color RGB value is (232,41,55).

#e82937 hex color red value is 232, green value is 41 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #e82937 hue: 0.99 , saturation: 0.81 and the lightness value of e82937 is 0.54.

The process color (four color CMYK) of #e82937 color hex is 0.00, 0.82, 0.76, 0.09. Web safe color of #e82937 is #ff3333. Color #e82937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 00110111
Octal 350 51 67
Decimal 232 41 55
Hex E8 29 37

RGB Percentages of Color #e82937

%70.73
%12.50
%16.77

CMYK Percentages of Color #e82937

%0
%82
%76
%9

Triadic Colors of #e82937

#e82937 #37e829 #2937e8

Analogous Colors of #e82937

#e82937 #e87b29 #e82997

Monochromatic Colors of #e82937

#e82937

Complementary Color

#e82937 #29e8da

#e82937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82937 Color CSS Codes

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

#e82937 Text Font Color

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

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


#e82937 Background Color

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

This div background color is #e82937


#e82937 Border Color

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

This div border color is #e82937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82937


Comments

No comments written yet.

Please login to write comment.