Color Hex Logo

#50111b Color Hex

#50111B
(80,17,27)
0 Favorites   0 Comments

Color spaces of #50111b

RGB 801727
HSL0.970.650.19
HSV350°79°31°
CMYK 0.000.790.66   0.69
XYZ3.70652.18551.2634
Yxy2.18550.51800.3054
Hunter Lab14.783418.88255.2815
CIE-Lab16.432129.762010.6391

#50111b color RGB value is (80,17,27).

#50111b hex color red value is 80, green value is 17 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #50111b hue: 0.97 , saturation: 0.65 and the lightness value of 50111b is 0.19.

The process color (four color CMYK) of #50111b color hex is 0.00, 0.79, 0.66, 0.69. Web safe color of #50111b is #660033. Color #50111b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 00011011
Octal 120 21 33
Decimal 80 17 27
Hex 50 11 1B

RGB Percentages of Color #50111b

%64.52
%13.71
%21.77

CMYK Percentages of Color #50111b

%0
%79
%66
%69

Triadic Colors of #50111b

#50111b #1b5011 #111b50

Analogous Colors of #50111b

#50111b #502711 #50113a

Monochromatic Colors of #50111b

#50111b

Complementary Color

#50111b #115046

#50111b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50111b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50111b Color CSS Codes

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

#50111b Text Font Color

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

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


#50111b Background Color

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

This div background color is #50111b


#50111b Border Color

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

This div border color is #50111b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50111b


Comments

No comments written yet.

Please login to write comment.