Color Hex Logo

#e8182c Color Hex

#E8182C
(232,24,44)
0 Favorites   0 Comments

Color spaces of #e8182c

RGB 2322444
HSL0.980.820.50
HSV354°90°91°
CMYK 0.000.900.81   0.09
XYZ34.060017.99094.0603
Yxy17.99090.60700.3206
Hunter Lab42.415769.108924.0154
CIE-Lab49.485172.881546.0869

#e8182c color RGB value is (232,24,44).

#e8182c hex color red value is 232, green value is 24 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #e8182c hue: 0.98 , saturation: 0.82 and the lightness value of e8182c is 0.50.

The process color (four color CMYK) of #e8182c color hex is 0.00, 0.90, 0.81, 0.09. Web safe color of #e8182c is #ff0033. Color #e8182c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011000 00101100
Octal 350 30 54
Decimal 232 24 44
Hex E8 18 2C

RGB Percentages of Color #e8182c

%77.33
%8.00
%14.67

CMYK Percentages of Color #e8182c

%0
%90
%81
%9

Triadic Colors of #e8182c

#e8182c #2ce818 #182ce8

Analogous Colors of #e8182c

#e8182c #e86c18 #e81894

Monochromatic Colors of #e8182c

#e8182c

Complementary Color

#e8182c #18e8d4

#e8182c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8182c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8182c Color CSS Codes

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

#e8182c Text Font Color

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

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


#e8182c Background Color

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

This div background color is #e8182c


#e8182c Border Color

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

This div border color is #e8182c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8182c


Comments

No comments written yet.

Please login to write comment.