Color Hex Logo

#50040e Color Hex

#50040E
(80,4,14)
0 Favorites   0 Comments

Color spaces of #50040e

RGB 80414
HSL0.980.900.16
HSV352°95°31°
CMYK 0.000.950.83   0.69
XYZ3.43091.82400.5867
Yxy1.82400.58730.3122
Hunter Lab13.505621.71076.8782
CIE-Lab14.535133.627416.6687

#50040e color RGB value is (80,4,14).

#50040e hex color red value is 80, green value is 4 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #50040e hue: 0.98 , saturation: 0.90 and the lightness value of 50040e is 0.16.

The process color (four color CMYK) of #50040e color hex is 0.00, 0.95, 0.83, 0.69. Web safe color of #50040e is #660000. Color #50040e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000100 00001110
Octal 120 4 16
Decimal 80 4 14
Hex 50 4 E

RGB Percentages of Color #50040e

%81.63
%4.08
%14.29

CMYK Percentages of Color #50040e

%0
%95
%83
%69

Triadic Colors of #50040e

#50040e #0e5004 #040e50

Analogous Colors of #50040e

#50040e #502004 #500434

Monochromatic Colors of #50040e

#50040e

Complementary Color

#50040e #045046

#50040e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50040e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50040e Color CSS Codes

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

#50040e Text Font Color

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

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


#50040e Background Color

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

This div background color is #50040e


#50040e Border Color

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

This div border color is #50040e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,4,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50040e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50040e;
  -webkit-box-shadow: 1px 1px 3px 2px #50040e;
  box-shadow:         1px 1px 3px 2px #50040e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50040e


Comments

No comments written yet.

Please login to write comment.