Color Hex Logo

#501696 Color Hex

#501696
(80,22,150)
0 Favorites   0 Comments

Color spaces of #501696

RGB 8022150
HSL0.740.740.34
HSV267°85°59°
CMYK 0.470.850.00   0.41
XYZ9.10024.481329.2395
Yxy4.48130.21250.1047
Hunter Lab21.169139.6880-67.0751
CIE-Lab25.202751.1414-57.9936

#501696 color RGB value is (80,22,150).

#501696 hex color red value is 80, green value is 22 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #501696 hue: 0.74 , saturation: 0.74 and the lightness value of 501696 is 0.34.

The process color (four color CMYK) of #501696 color hex is 0.47, 0.85, 0.00, 0.41. Web safe color of #501696 is #660099. Color #501696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 10010110
Octal 120 26 226
Decimal 80 22 150
Hex 50 16 96

RGB Percentages of Color #501696

%31.75
%8.73
%59.52

CMYK Percentages of Color #501696

%47
%85
%0
%41

Triadic Colors of #501696

#501696 #965016 #169650

Analogous Colors of #501696

#501696 #901696 #161c96

Monochromatic Colors of #501696

#501696

Complementary Color

#501696 #5c9616

#501696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501696 Color CSS Codes

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

#501696 Text Font Color

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

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


#501696 Background Color

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

This div background color is #501696


#501696 Border Color

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

This div border color is #501696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501696


Comments

No comments written yet.

Please login to write comment.