Color Hex Logo

#500860 Color Hex

#500860
(80,8,96)
0 Favorites   0 Comments

Color spaces of #500860

RGB 80896
HSL0.800.850.20
HSV289°92°38°
CMYK 0.170.920.00   0.62
XYZ5.50642.723711.3018
Yxy2.72370.28190.1394
Hunter Lab16.503630.6747-29.0496
CIE-Lab18.901543.0322-33.8173

#500860 color RGB value is (80,8,96).

#500860 hex color red value is 80, green value is 8 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #500860 hue: 0.80 , saturation: 0.85 and the lightness value of 500860 is 0.20.

The process color (four color CMYK) of #500860 color hex is 0.17, 0.92, 0.00, 0.62. Web safe color of #500860 is #660066. Color #500860 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001000 01100000
Octal 120 10 140
Decimal 80 8 96
Hex 50 8 60

RGB Percentages of Color #500860

%43.48
%4.35
%52.17

CMYK Percentages of Color #500860

%17
%92
%0
%62

Triadic Colors of #500860

#500860 #605008 #086050

Analogous Colors of #500860

#500860 #600844 #240860

Monochromatic Colors of #500860

#500860

Complementary Color

#500860 #186008

#500860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500860 Color CSS Codes

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

#500860 Text Font Color

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

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


#500860 Background Color

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

This div background color is #500860


#500860 Border Color

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

This div border color is #500860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500860


Comments

No comments written yet.

Please login to write comment.