Color Hex Logo

#e5010a Color Hex

#E5010A
(229,1,10)
0 Favorites   0 Comments

Color spaces of #e5010a

RGB 229110
HSL0.990.990.45
HSV358°100°90°
CMYK 0.001.000.96   0.10
XYZ32.378716.70161.8043
Yxy16.70160.63630.3282
Hunter Lab40.867669.904225.9897
CIE-Lab47.881873.849559.1517

#e5010a color RGB value is (229,1,10).

#e5010a hex color red value is 229, green value is 1 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e5010a hue: 0.99 , saturation: 0.99 and the lightness value of e5010a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000001 00001010
Octal 345 1 12
Decimal 229 1 10
Hex E5 1 A

RGB Percentages of Color #e5010a

%95.42
%0.42
%4.17

CMYK Percentages of Color #e5010a

%0
%100
%96
%10

Triadic Colors of #e5010a

#e5010a #0ae501 #010ae5

Analogous Colors of #e5010a

#e5010a #e56a01 #e5017c

Monochromatic Colors of #e5010a

#e5010a

Complementary Color

#e5010a #01e5dc

#e5010a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5010a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5010a Color CSS Codes

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

#e5010a Text Font Color

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

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


#e5010a Background Color

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

This div background color is #e5010a


#e5010a Border Color

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

This div border color is #e5010a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5010a


Comments

No comments written yet.

Please login to write comment.