Color Hex Logo

#500570 Color Hex

#500570
(80,5,112)
0 Favorites   0 Comments

Color spaces of #500570

RGB 805112
HSL0.780.910.23
HSV282°96°44°
CMYK 0.290.960.00   0.56
XYZ6.28722.983915.5738
Yxy2.98390.25310.1201
Hunter Lab17.274034.7391-41.3627
CIE-Lab19.979347.1301-42.5611

#500570 color RGB value is (80,5,112).

#500570 hex color red value is 80, green value is 5 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #500570 hue: 0.78 , saturation: 0.91 and the lightness value of 500570 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000101 01110000
Octal 120 5 160
Decimal 80 5 112
Hex 50 5 70

RGB Percentages of Color #500570

%40.61
%2.54
%56.85

CMYK Percentages of Color #500570

%29
%96
%0
%56

Triadic Colors of #500570

#500570 #705005 #057050

Analogous Colors of #500570

#500570 #70055b #1a0570

Monochromatic Colors of #500570

#500570

Complementary Color

#500570 #257005

#500570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500570 Color CSS Codes

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

#500570 Text Font Color

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

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


#500570 Background Color

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

This div background color is #500570


#500570 Border Color

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

This div border color is #500570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500570


Comments

No comments written yet.

Please login to write comment.