Color Hex Logo

#e5382f Color Hex

#E5382F
(229,56,47)
0 Favorites   0 Comments

Color spaces of #e5382f

RGB 2295647
HSL0.010.780.54
HSV79°90°
CMYK 0.000.760.79   0.10
XYZ34.240419.69164.6855
Yxy19.69160.58410.3359
Hunter Lab44.375260.075924.8023
CIE-Lab51.486764.879646.2708

#e5382f color RGB value is (229,56,47).

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

The process color (four color CMYK) of #e5382f color hex is 0.00, 0.76, 0.79, 0.10. Web safe color of #e5382f is #cc3333. Color #e5382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111000 00101111
Octal 345 70 57
Decimal 229 56 47
Hex E5 38 2F

RGB Percentages of Color #e5382f

%68.98
%16.87
%14.16

CMYK Percentages of Color #e5382f

%0
%76
%79
%10

Triadic Colors of #e5382f

#e5382f #2fe538 #382fe5

Analogous Colors of #e5382f

#e5382f #e5932f #e52f81

Monochromatic Colors of #e5382f

#e5382f

Complementary Color

#e5382f #2fdce5

#e5382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5382f Color CSS Codes

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

#e5382f Text Font Color

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

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


#e5382f Background Color

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

This div background color is #e5382f


#e5382f Border Color

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

This div border color is #e5382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5382f


Comments

No comments written yet.

Please login to write comment.