Color Hex Logo

#e50819 Color Hex

#E50819
(229,8,25)
0 Favorites   0 Comments

Color spaces of #e50819

RGB 229825
HSL0.990.930.46
HSV355°97°90°
CMYK 0.000.970.89   0.10
XYZ32.575416.90192.4652
Yxy16.90190.62710.3254
Hunter Lab41.111969.490225.2231
CIE-Lab48.136273.458853.9999

#e50819 color RGB value is (229,8,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001000 00011001
Octal 345 10 31
Decimal 229 8 25
Hex E5 8 19

RGB Percentages of Color #e50819

%87.40
%3.05
%9.54

CMYK Percentages of Color #e50819

%0
%97
%89
%10

Triadic Colors of #e50819

#e50819 #19e508 #0819e5

Analogous Colors of #e50819

#e50819 #e56608 #e50888

Monochromatic Colors of #e50819

#e50819

Complementary Color

#e50819 #08e5d4

#e50819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50819 Color CSS Codes

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

#e50819 Text Font Color

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

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


#e50819 Background Color

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

This div background color is #e50819


#e50819 Border Color

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

This div border color is #e50819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50819


Comments

No comments written yet.

Please login to write comment.