Color Hex Logo

#501032 Color Hex

#501032
(80,16,50)
0 Favorites   0 Comments

Color spaces of #501032

RGB 801650
HSL0.910.670.19
HSV328°80°31°
CMYK 0.000.800.38   0.69
XYZ4.06932.30633.2483
Yxy2.30630.42280.2396
Hunter Lab15.186521.2536-2.0512
CIE-Lab17.018932.5933-5.0999

#501032 color RGB value is (80,16,50).

#501032 hex color red value is 80, green value is 16 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #501032 hue: 0.91 , saturation: 0.67 and the lightness value of 501032 is 0.19.

The process color (four color CMYK) of #501032 color hex is 0.00, 0.80, 0.38, 0.69. Web safe color of #501032 is #660033. Color #501032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010000 00110010
Octal 120 20 62
Decimal 80 16 50
Hex 50 10 32

RGB Percentages of Color #501032

%54.79
%10.96
%34.25

CMYK Percentages of Color #501032

%0
%80
%38
%69

Triadic Colors of #501032

#501032 #325010 #103250

Analogous Colors of #501032

#501032 #501012 #4e1050

Monochromatic Colors of #501032

#501032

Complementary Color

#501032 #10502e

#501032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501032 Color CSS Codes

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

#501032 Text Font Color

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

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


#501032 Background Color

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

This div background color is #501032


#501032 Border Color

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

This div border color is #501032


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,16,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #501032; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #501032;
  -webkit-box-shadow: 1px 1px 3px 2px #501032;
  box-shadow:         1px 1px 3px 2px #501032; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501032


Comments

No comments written yet.

Please login to write comment.