Color Hex Logo

#501a4e Color Hex

#501A4E
(80,26,78)
0 Favorites   0 Comments

Color spaces of #501a4e

RGB 802678
HSL0.840.510.21
HSV302°68°31°
CMYK 0.000.680.02   0.69
XYZ5.05282.99437.5194
Yxy2.99430.32460.1924
Hunter Lab17.304021.8401-13.6514
CIE-Lab20.021132.7412-19.9496

#501a4e color RGB value is (80,26,78).

#501a4e hex color red value is 80, green value is 26 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #501a4e hue: 0.84 , saturation: 0.51 and the lightness value of 501a4e is 0.21.

The process color (four color CMYK) of #501a4e color hex is 0.00, 0.68, 0.02, 0.69. Web safe color of #501a4e is #663366. Color #501a4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011010 01001110
Octal 120 32 116
Decimal 80 26 78
Hex 50 1A 4E

RGB Percentages of Color #501a4e

%43.48
%14.13
%42.39

CMYK Percentages of Color #501a4e

%0
%68
%2
%69

Triadic Colors of #501a4e

#501a4e #4e501a #1a4e50

Analogous Colors of #501a4e

#501a4e #501a33 #371a50

Monochromatic Colors of #501a4e

#501a4e

Complementary Color

#501a4e #1a501c

#501a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#501a4e Color CSS Codes

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

#501a4e Text Font Color

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

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


#501a4e Background Color

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

This div background color is #501a4e


#501a4e Border Color

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

This div border color is #501a4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,26,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #501a4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #501a4e;
  -webkit-box-shadow: 1px 1px 3px 2px #501a4e;
  box-shadow:         1px 1px 3px 2px #501a4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501a4e


Comments

No comments written yet.

Please login to write comment.