Color Hex Logo

#501532 Color Hex

#501532
(80,21,50)
0 Favorites   0 Comments

Color spaces of #501532

RGB 802150
HSL0.920.580.20
HSV331°74°31°
CMYK 0.000.740.38   0.69
XYZ4.15222.47213.2759
Yxy2.47210.41940.2497
Hunter Lab15.722919.6242-1.3471
CIE-Lab17.792030.4412-3.9423

#501532 color RGB value is (80,21,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 00110010
Octal 120 25 62
Decimal 80 21 50
Hex 50 15 32

RGB Percentages of Color #501532

%52.98
%13.91
%33.11

CMYK Percentages of Color #501532

%0
%74
%38
%69

Triadic Colors of #501532

#501532 #325015 #153250

Analogous Colors of #501532

#501532 #501615 #501550

Monochromatic Colors of #501532

#501532

Complementary Color

#501532 #155033

#501532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501532 Color CSS Codes

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

#501532 Text Font Color

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

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


#501532 Background Color

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

This div background color is #501532


#501532 Border Color

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

This div border color is #501532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501532


Comments

No comments written yet.

Please login to write comment.