Color Hex Logo

#501661 Color Hex

#501661
(80,22,97)
0 Favorites   0 Comments

Color spaces of #501661

RGB 802297
HSL0.800.630.23
HSV286°77°38°
CMYK 0.180.770.00   0.62
XYZ5.75283.142411.6126
Yxy3.14240.28050.1532
Hunter Lab17.726826.9058-26.4313
CIE-Lab20.605438.5317-31.7334

#501661 color RGB value is (80,22,97).

#501661 hex color red value is 80, green value is 22 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #501661 hue: 0.80 , saturation: 0.63 and the lightness value of 501661 is 0.23.

The process color (four color CMYK) of #501661 color hex is 0.18, 0.77, 0.00, 0.62. Web safe color of #501661 is #660066. Color #501661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 01100001
Octal 120 26 141
Decimal 80 22 97
Hex 50 16 61

RGB Percentages of Color #501661

%40.20
%11.06
%48.74

CMYK Percentages of Color #501661

%18
%77
%0
%62

Triadic Colors of #501661

#501661 #615016 #166150

Analogous Colors of #501661

#501661 #61164d #2b1661

Monochromatic Colors of #501661

#501661

Complementary Color

#501661 #276116

#501661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501661 Color CSS Codes

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

#501661 Text Font Color

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

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


#501661 Background Color

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

This div background color is #501661


#501661 Border Color

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

This div border color is #501661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501661


Comments

No comments written yet.

Please login to write comment.