Color Hex Logo

#e5381b Color Hex

#E5381B
(229,56,27)
0 Favorites   0 Comments

Color spaces of #e5381b

RGB 2295627
HSL0.020.800.50
HSV88°90°
CMYK 0.000.760.88   0.10
XYZ33.925119.56553.0254
Yxy19.56550.60030.3462
Hunter Lab44.232959.495726.9078
CIE-Lab51.342464.406555.5310

#e5381b color RGB value is (229,56,27).

#e5381b hex color red value is 229, green value is 56 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #e5381b hue: 0.02 , saturation: 0.80 and the lightness value of e5381b is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111000 00011011
Octal 345 70 33
Decimal 229 56 27
Hex E5 38 1B

RGB Percentages of Color #e5381b

%73.40
%17.95
%8.65

CMYK Percentages of Color #e5381b

%0
%76
%88
%10

Triadic Colors of #e5381b

#e5381b #1be538 #381be5

Analogous Colors of #e5381b

#e5381b #e59d1b #e51b63

Monochromatic Colors of #e5381b

#e5381b

Complementary Color

#e5381b #1bc8e5

#e5381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5381b Color CSS Codes

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

#e5381b Text Font Color

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

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


#e5381b Background Color

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

This div background color is #e5381b


#e5381b Border Color

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

This div border color is #e5381b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5381b


Comments

No comments written yet.

Please login to write comment.