Color Hex Logo

#50132e Color Hex

#50132E
(80,19,46)
0 Favorites   0 Comments

Color spaces of #50132e

RGB 801946
HSL0.930.620.19
HSV333°76°31°
CMYK 0.000.760.43   0.69
XYZ4.03432.36852.8293
Yxy2.36850.43700.2566
Hunter Lab15.389919.8594-0.1270
CIE-Lab17.313230.8222-1.8019

#50132e color RGB value is (80,19,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 00101110
Octal 120 23 56
Decimal 80 19 46
Hex 50 13 2E

RGB Percentages of Color #50132e

%55.17
%13.10
%31.72

CMYK Percentages of Color #50132e

%0
%76
%43
%69

Triadic Colors of #50132e

#50132e #2e5013 #132e50

Analogous Colors of #50132e

#50132e #501713 #50134d

Monochromatic Colors of #50132e

#50132e

Complementary Color

#50132e #135035

#50132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50132e Color CSS Codes

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

#50132e Text Font Color

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

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


#50132e Background Color

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

This div background color is #50132e


#50132e Border Color

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

This div border color is #50132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50132e


Comments

No comments written yet.

Please login to write comment.