Color Hex Logo

#50151b Color Hex

#50151B
(80,21,27)
0 Favorites   0 Comments

Color spaces of #50151b

RGB 802127
HSL0.980.580.20
HSV354°74°31°
CMYK 0.000.740.66   0.69
XYZ3.77432.32091.2860
Yxy2.32090.51130.3144
Hunter Lab15.234517.56245.6593
CIE-Lab17.088527.960311.5024

#50151b color RGB value is (80,21,27).

#50151b hex color red value is 80, green value is 21 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #50151b hue: 0.98 , saturation: 0.58 and the lightness value of 50151b is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 00011011
Octal 120 25 33
Decimal 80 21 27
Hex 50 15 1B

RGB Percentages of Color #50151b

%62.50
%16.41
%21.09

CMYK Percentages of Color #50151b

%0
%74
%66
%69

Triadic Colors of #50151b

#50151b #1b5015 #151b50

Analogous Colors of #50151b

#50151b #502d15 #501539

Monochromatic Colors of #50151b

#50151b

Complementary Color

#50151b #15504a

#50151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50151b Color CSS Codes

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

#50151b Text Font Color

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

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


#50151b Background Color

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

This div background color is #50151b


#50151b Border Color

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

This div border color is #50151b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,21,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 #50151b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50151b


Comments

No comments written yet.

Please login to write comment.