Color Hex Logo

#50040b Color Hex

#50040B
(80,4,11)
0 Favorites   0 Comments

Color spaces of #50040b

RGB 80411
HSL0.980.900.16
HSV354°95°31°
CMYK 0.000.950.86   0.69
XYZ3.41211.81650.4874
Yxy1.81650.59690.3178
Hunter Lab13.477821.60397.2903
CIE-Lab14.493233.505718.0168

#50040b color RGB value is (80,4,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000100 00001011
Octal 120 4 13
Decimal 80 4 11
Hex 50 4 B

RGB Percentages of Color #50040b

%84.21
%4.21
%11.58

CMYK Percentages of Color #50040b

%0
%95
%86
%69

Triadic Colors of #50040b

#50040b #0b5004 #040b50

Analogous Colors of #50040b

#50040b #502304 #500431

Monochromatic Colors of #50040b

#50040b

Complementary Color

#50040b #045049

#50040b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50040b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50040b Color CSS Codes

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

#50040b Text Font Color

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

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


#50040b Background Color

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

This div background color is #50040b


#50040b Border Color

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

This div border color is #50040b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50040b


Comments

No comments written yet.

Please login to write comment.