Color Hex Logo

#e8242c Color Hex

#E8242C
(232,36,44)
0 Favorites   0 Comments

Color spaces of #e8242c

RGB 2323644
HSL0.990.810.53
HSV358°84°91°
CMYK 0.000.840.81   0.09
XYZ34.364218.59944.1617
Yxy18.59940.60160.3256
Hunter Lab43.127066.759024.4675
CIE-Lab50.215270.788646.7941

#e8242c color RGB value is (232,36,44).

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

The process color (four color CMYK) of #e8242c color hex is 0.00, 0.84, 0.81, 0.09. Web safe color of #e8242c is #ff3333. Color #e8242c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100100 00101100
Octal 350 44 54
Decimal 232 36 44
Hex E8 24 2C

RGB Percentages of Color #e8242c

%74.36
%11.54
%14.10

CMYK Percentages of Color #e8242c

%0
%84
%81
%9

Triadic Colors of #e8242c

#e8242c #2ce824 #242ce8

Analogous Colors of #e8242c

#e8242c #e87e24 #e8248e

Monochromatic Colors of #e8242c

#e8242c

Complementary Color

#e8242c #24e8e0

#e8242c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8242c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8242c Color CSS Codes

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

#e8242c Text Font Color

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

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


#e8242c Background Color

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

This div background color is #e8242c


#e8242c Border Color

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

This div border color is #e8242c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8242c


Comments

No comments written yet.

Please login to write comment.