Color Hex Logo

#e51404 Color Hex

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

Color spaces of #e51404

RGB 229204
HSL0.010.970.46
HSV98°90°
CMYK 0.000.910.98   0.10
XYZ32.585217.16711.7110
Yxy17.16710.63320.3336
Hunter Lab41.433267.873526.5548
CIE-Lab48.469972.055561.0601

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

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

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

Base Numbers

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

RGB Percentages of Color #e51404

%90.51
%7.91
%1.58

CMYK Percentages of Color #e51404

%0
%91
%98
%10

Triadic Colors of #e51404

#e51404 #04e514 #1404e5

Analogous Colors of #e51404

#e51404 #e58504 #e50465

Monochromatic Colors of #e51404

#e51404

Complementary Color

#e51404 #04d5e5

#e51404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51404 Color CSS Codes

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

#e51404 Text Font Color

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

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


#e51404 Background Color

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

This div background color is #e51404


#e51404 Border Color

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

This div border color is #e51404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51404


Comments

No comments written yet.

Please login to write comment.