Color Hex Logo

#e4382f Color Hex

#E4382F
(228,56,47)
0 Favorites   0 Comments

Color spaces of #e4382f

RGB 2285647
HSL0.010.770.54
HSV79°89°
CMYK 0.000.750.79   0.11
XYZ33.922219.52764.6706
Yxy19.52760.58370.3360
Hunter Lab44.190059.691824.6665
CIE-Lab51.298864.583946.0213

#e4382f color RGB value is (228,56,47).

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

The process color (four color CMYK) of #e4382f color hex is 0.00, 0.75, 0.79, 0.11. Web safe color of #e4382f is #cc3333. Color #e4382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111000 00101111
Octal 344 70 57
Decimal 228 56 47
Hex E4 38 2F

RGB Percentages of Color #e4382f

%68.88
%16.92
%14.20

CMYK Percentages of Color #e4382f

%0
%75
%79
%11

Triadic Colors of #e4382f

#e4382f #2fe438 #382fe4

Analogous Colors of #e4382f

#e4382f #e4932f #e42f81

Monochromatic Colors of #e4382f

#e4382f

Complementary Color

#e4382f #2fdbe4

#e4382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4382f Color CSS Codes

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

#e4382f Text Font Color

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

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


#e4382f Background Color

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

This div background color is #e4382f


#e4382f Border Color

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

This div border color is #e4382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4382f


Comments

No comments written yet.

Please login to write comment.