Color Hex Logo

#501570 Color Hex

#501570
(80,21,112)
0 Favorites   0 Comments

Color spaces of #501570

RGB 8021112
HSL0.770.680.26
HSV279°81°44°
CMYK 0.290.810.00   0.56
XYZ6.50113.411715.6451
Yxy3.41170.25440.1335
Hunter Lab18.470830.5022-37.2902
CIE-Lab21.622642.3148-39.8872

#501570 color RGB value is (80,21,112).

#501570 hex color red value is 80, green value is 21 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #501570 hue: 0.77 , saturation: 0.68 and the lightness value of 501570 is 0.26.

The process color (four color CMYK) of #501570 color hex is 0.29, 0.81, 0.00, 0.56. Web safe color of #501570 is #660066. Color #501570 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 01110000
Octal 120 25 160
Decimal 80 21 112
Hex 50 15 70

RGB Percentages of Color #501570

%37.56
%9.86
%52.58

CMYK Percentages of Color #501570

%29
%81
%0
%56

Triadic Colors of #501570

#501570 #705015 #157050

Analogous Colors of #501570

#501570 #701562 #231570

Monochromatic Colors of #501570

#501570

Complementary Color

#501570 #357015

#501570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501570 Color CSS Codes

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

#501570 Text Font Color

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

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


#501570 Background Color

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

This div background color is #501570


#501570 Border Color

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

This div border color is #501570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501570


Comments

No comments written yet.

Please login to write comment.