Color Hex Logo

#501559 Color Hex

#501559
(80,21,89)
0 Favorites   0 Comments

Color spaces of #501559

RGB 802189
HSL0.810.620.22
HSV292°76°35°
CMYK 0.100.760.00   0.65
XYZ5.37962.96319.7396
Yxy2.96310.29750.1639
Hunter Lab17.213725.6608-21.4971
CIE-Lab19.895537.2512-27.5564

#501559 color RGB value is (80,21,89).

#501559 hex color red value is 80, green value is 21 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #501559 hue: 0.81 , saturation: 0.62 and the lightness value of 501559 is 0.22.

The process color (four color CMYK) of #501559 color hex is 0.10, 0.76, 0.00, 0.65. Web safe color of #501559 is #660066. Color #501559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 01011001
Octal 120 25 131
Decimal 80 21 89
Hex 50 15 59

RGB Percentages of Color #501559

%42.11
%11.05
%46.84

CMYK Percentages of Color #501559

%10
%76
%0
%65

Triadic Colors of #501559

#501559 #595015 #155950

Analogous Colors of #501559

#501559 #591540 #2e1559

Monochromatic Colors of #501559

#501559

Complementary Color

#501559 #1e5915

#501559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501559 Color CSS Codes

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

#501559 Text Font Color

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

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


#501559 Background Color

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

This div background color is #501559


#501559 Border Color

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

This div border color is #501559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501559


Comments

No comments written yet.

Please login to write comment.