Color Hex Logo

#e8382a Color Hex

#E8382A
(232,56,42)
0 Favorites   0 Comments

Color spaces of #e8382a

RGB 2325642
HSL0.010.810.54
HSV82°91°
CMYK 0.000.760.82   0.09
XYZ35.110820.15134.2295
Yxy20.15130.59020.3387
Hunter Lab44.890261.055625.8369
CIE-Lab52.007865.622849.5210

#e8382a color RGB value is (232,56,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111000 00101010
Octal 350 70 52
Decimal 232 56 42
Hex E8 38 2A

RGB Percentages of Color #e8382a

%70.30
%16.97
%12.73

CMYK Percentages of Color #e8382a

%0
%76
%82
%9

Triadic Colors of #e8382a

#e8382a #2ae838 #382ae8

Analogous Colors of #e8382a

#e8382a #e8972a #e82a7b

Monochromatic Colors of #e8382a

#e8382a

Complementary Color

#e8382a #2adae8

#e8382a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8382a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8382a Color CSS Codes

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

#e8382a Text Font Color

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

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


#e8382a Background Color

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

This div background color is #e8382a


#e8382a Border Color

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

This div border color is #e8382a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8382a


Comments

No comments written yet.

Please login to write comment.