Color Hex Logo

#50121f Color Hex

#50121F
(80,18,31)
0 Favorites   0 Comments

Color spaces of #50121f

RGB 801831
HSL0.970.630.19
HSV347°78°31°
CMYK 0.000.780.61   0.69
XYZ3.77192.23701.5293
Yxy2.23700.50040.2968
Hunter Lab14.956618.84184.4073
CIE-Lab16.684929.66398.0984

#50121f color RGB value is (80,18,31).

#50121f hex color red value is 80, green value is 18 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #50121f hue: 0.97 , saturation: 0.63 and the lightness value of 50121f is 0.19.

The process color (four color CMYK) of #50121f color hex is 0.00, 0.78, 0.61, 0.69. Web safe color of #50121f is #660033. Color #50121f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010010 00011111
Octal 120 22 37
Decimal 80 18 31
Hex 50 12 1F

RGB Percentages of Color #50121f

%62.02
%13.95
%24.03

CMYK Percentages of Color #50121f

%0
%78
%61
%69

Triadic Colors of #50121f

#50121f #1f5012 #121f50

Analogous Colors of #50121f

#50121f #502412 #50123e

Monochromatic Colors of #50121f

#50121f

Complementary Color

#50121f #125043

#50121f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50121f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50121f Color CSS Codes

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

#50121f Text Font Color

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

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


#50121f Background Color

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

This div background color is #50121f


#50121f Border Color

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

This div border color is #50121f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,18,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50121f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50121f;
  -webkit-box-shadow: 1px 1px 3px 2px #50121f;
  box-shadow:         1px 1px 3px 2px #50121f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50121f


Comments

No comments written yet.

Please login to write comment.