Color Hex Logo

#e5190a Color Hex

#E5190A
(229,25,10)
0 Favorites   0 Comments

Color spaces of #e5190a

RGB 2292510
HSL0.010.920.47
HSV96°90°
CMYK 0.000.890.96   0.10
XYZ32.715517.37521.9166
Yxy17.37520.62910.3341
Hunter Lab41.683667.150126.4524
CIE-Lab48.729471.403059.5763

#e5190a color RGB value is (229,25,10).

#e5190a hex color red value is 229, green value is 25 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e5190a hue: 0.01 , saturation: 0.92 and the lightness value of e5190a is 0.47.

The process color (four color CMYK) of #e5190a color hex is 0.00, 0.89, 0.96, 0.10. Web safe color of #e5190a is #cc0000. Color #e5190a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011001 00001010
Octal 345 31 12
Decimal 229 25 10
Hex E5 19 A

RGB Percentages of Color #e5190a

%86.74
%9.47
%3.79

CMYK Percentages of Color #e5190a

%0
%89
%96
%10

Triadic Colors of #e5190a

#e5190a #0ae519 #190ae5

Analogous Colors of #e5190a

#e5190a #e5870a #e50a69

Monochromatic Colors of #e5190a

#e5190a

Complementary Color

#e5190a #0ad6e5

#e5190a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5190a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5190a Color CSS Codes

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

#e5190a Text Font Color

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

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


#e5190a Background Color

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

This div background color is #e5190a


#e5190a Border Color

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

This div border color is #e5190a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5190a


Comments

No comments written yet.

Please login to write comment.