Color Hex Logo

#501328 Color Hex

#501328
(80,19,40)
0 Favorites   0 Comments

Color spaces of #501328

RGB 801940
HSL0.940.620.19
HSV339°76°31°
CMYK 0.000.760.50   0.69
XYZ3.92412.32442.2493
Yxy2.32440.46180.2735
Hunter Lab15.246019.26291.9249
CIE-Lab17.105130.11632.2005

#501328 color RGB value is (80,19,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 00101000
Octal 120 23 50
Decimal 80 19 40
Hex 50 13 28

RGB Percentages of Color #501328

%57.55
%13.67
%28.78

CMYK Percentages of Color #501328

%0
%76
%50
%69

Triadic Colors of #501328

#501328 #285013 #132850

Analogous Colors of #501328

#501328 #501d13 #501347

Monochromatic Colors of #501328

#501328

Complementary Color

#501328 #13503b

#501328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501328 Color CSS Codes

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

#501328 Text Font Color

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

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


#501328 Background Color

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

This div background color is #501328


#501328 Border Color

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

This div border color is #501328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501328


Comments

No comments written yet.

Please login to write comment.