Color Hex Logo

#50132f Color Hex

#50132F
(80,19,47)
0 Favorites   0 Comments

Color spaces of #50132f

RGB 801947
HSL0.920.620.19
HSV332°76°31°
CMYK 0.000.760.41   0.69
XYZ4.05422.37652.9343
Yxy2.37650.43290.2538
Hunter Lab15.415919.9656-0.4943
CIE-Lab17.350630.9471-2.4612

#50132f color RGB value is (80,19,47).

#50132f hex color red value is 80, green value is 19 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #50132f hue: 0.92 , saturation: 0.62 and the lightness value of 50132f is 0.19.

The process color (four color CMYK) of #50132f color hex is 0.00, 0.76, 0.41, 0.69. Web safe color of #50132f is #660033. Color #50132f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 00101111
Octal 120 23 57
Decimal 80 19 47
Hex 50 13 2F

RGB Percentages of Color #50132f

%54.79
%13.01
%32.19

CMYK Percentages of Color #50132f

%0
%76
%41
%69

Triadic Colors of #50132f

#50132f #2f5013 #132f50

Analogous Colors of #50132f

#50132f #501613 #50134e

Monochromatic Colors of #50132f

#50132f

Complementary Color

#50132f #135034

#50132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50132f Color CSS Codes

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

#50132f Text Font Color

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

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


#50132f Background Color

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

This div background color is #50132f


#50132f Border Color

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

This div border color is #50132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50132f


Comments

No comments written yet.

Please login to write comment.