Color Hex Logo

#e50414 Color Hex

#E50414
(229,4,20)
0 Favorites   0 Comments

Color spaces of #e50414

RGB 229420
HSL0.990.970.46
HSV356°98°90°
CMYK 0.000.980.91   0.10
XYZ32.482816.79542.1916
Yxy16.79540.63110.3263
Hunter Lab40.982269.761625.5169
CIE-Lab48.001273.708855.9429

#e50414 color RGB value is (229,4,20).

#e50414 hex color red value is 229, green value is 4 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #e50414 hue: 0.99 , saturation: 0.97 and the lightness value of e50414 is 0.46.

The process color (four color CMYK) of #e50414 color hex is 0.00, 0.98, 0.91, 0.10. Web safe color of #e50414 is #cc0000. Color #e50414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000100 00010100
Octal 345 4 24
Decimal 229 4 20
Hex E5 4 14

RGB Percentages of Color #e50414

%90.51
%1.58
%7.91

CMYK Percentages of Color #e50414

%0
%98
%91
%10

Triadic Colors of #e50414

#e50414 #14e504 #0414e5

Analogous Colors of #e50414

#e50414 #e56504 #e50485

Monochromatic Colors of #e50414

#e50414

Complementary Color

#e50414 #04e5d5

#e50414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50414 Color CSS Codes

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

#e50414 Text Font Color

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

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


#e50414 Background Color

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

This div background color is #e50414


#e50414 Border Color

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

This div border color is #e50414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50414


Comments

No comments written yet.

Please login to write comment.