Color Hex Logo

#500559 Color Hex

#500559
(80,5,89)
0 Favorites   0 Comments

Color spaces of #500559

RGB 80589
HSL0.820.890.18
HSV294°94°35°
CMYK 0.100.940.00   0.65
XYZ5.16572.53539.6683
Yxy2.53530.29740.1460
Hunter Lab15.922630.0453-24.8554
CIE-Lab18.077542.5085-30.4721

#500559 color RGB value is (80,5,89).

#500559 hex color red value is 80, green value is 5 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #500559 hue: 0.82 , saturation: 0.89 and the lightness value of 500559 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000101 01011001
Octal 120 5 131
Decimal 80 5 89
Hex 50 5 59

RGB Percentages of Color #500559

%45.98
%2.87
%51.15

CMYK Percentages of Color #500559

%10
%94
%0
%65

Triadic Colors of #500559

#500559 #595005 #055950

Analogous Colors of #500559

#500559 #590538 #260559

Monochromatic Colors of #500559

#500559

Complementary Color

#500559 #0e5905

#500559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500559 Color CSS Codes

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

#500559 Text Font Color

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

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


#500559 Background Color

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

This div background color is #500559


#500559 Border Color

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

This div border color is #500559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500559


Comments

No comments written yet.

Please login to write comment.