Color Hex Logo

#500060 Color Hex

#500060
(80,0,96)
0 Favorites   0 Comments

Color spaces of #500060

RGB 80096
HSL0.811.000.19
HSV290°100°38°
CMYK 0.171.000.00   0.62
XYZ5.41962.550011.2729
Yxy2.55000.28160.1325
Hunter Lab15.968732.6356-30.6769
CIE-Lab18.143245.2787-35.0445

#500060 color RGB value is (80,0,96).

#500060 hex color red value is 80, green value is 0 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #500060 hue: 0.81 , saturation: 1.00 and the lightness value of 500060 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000000 01100000
Octal 120 0 140
Decimal 80 0 96
Hex 50 0 60

RGB Percentages of Color #500060

%45.45
%0.00
%54.55

CMYK Percentages of Color #500060

%17
%100
%0
%62

Triadic Colors of #500060

#500060 #605000 #006050

Analogous Colors of #500060

#500060 #600040 #200060

Monochromatic Colors of #500060

#500060

Complementary Color

#500060 #106000

#500060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500060 Color CSS Codes

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

#500060 Text Font Color

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

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


#500060 Background Color

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

This div background color is #500060


#500060 Border Color

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

This div border color is #500060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500060


Comments

No comments written yet.

Please login to write comment.