Color Hex Logo

#501386 Color Hex

#501386
(80,19,134)
0 Favorites   0 Comments

Color spaces of #501386

RGB 8019134
HSL0.760.750.30
HSV272°86°53°
CMYK 0.400.860.00   0.47
XYZ7.84423.892422.8921
Yxy3.89240.22650.1124
Hunter Lab19.729236.4445-54.9848
CIE-Lab23.312548.2404-51.1445

#501386 color RGB value is (80,19,134).

#501386 hex color red value is 80, green value is 19 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #501386 hue: 0.76 , saturation: 0.75 and the lightness value of 501386 is 0.30.

The process color (four color CMYK) of #501386 color hex is 0.40, 0.86, 0.00, 0.47. Web safe color of #501386 is #660099. Color #501386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 10000110
Octal 120 23 206
Decimal 80 19 134
Hex 50 13 86

RGB Percentages of Color #501386

%34.33
%8.15
%57.51

CMYK Percentages of Color #501386

%40
%86
%0
%47

Triadic Colors of #501386

#501386 #865013 #138650

Analogous Colors of #501386

#501386 #861383 #161386

Monochromatic Colors of #501386

#501386

Complementary Color

#501386 #498613

#501386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501386 Color CSS Codes

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

#501386 Text Font Color

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

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


#501386 Background Color

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

This div background color is #501386


#501386 Border Color

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

This div border color is #501386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501386


Comments

No comments written yet.

Please login to write comment.