Color Hex Logo

#501567 Color Hex

#501567
(80,21,103)
0 Favorites   0 Comments

Color spaces of #501567

RGB 8021103
HSL0.790.660.24
HSV283°80°40°
CMYK 0.220.800.00   0.60
XYZ6.02463.221113.1362
Yxy3.22110.26920.1439
Hunter Lab17.947428.5110-30.8327
CIE-Lab20.908540.2696-35.1896

#501567 color RGB value is (80,21,103).

#501567 hex color red value is 80, green value is 21 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #501567 hue: 0.79 , saturation: 0.66 and the lightness value of 501567 is 0.24.

The process color (four color CMYK) of #501567 color hex is 0.22, 0.80, 0.00, 0.60. Web safe color of #501567 is #660066. Color #501567 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 01100111
Octal 120 25 147
Decimal 80 21 103
Hex 50 15 67

RGB Percentages of Color #501567

%39.22
%10.29
%50.49

CMYK Percentages of Color #501567

%22
%80
%0
%60

Triadic Colors of #501567

#501567 #675015 #156750

Analogous Colors of #501567

#501567 #671555 #271567

Monochromatic Colors of #501567

#501567

Complementary Color

#501567 #2c6715

#501567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501567 Color CSS Codes

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

#501567 Text Font Color

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

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


#501567 Background Color

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

This div background color is #501567


#501567 Border Color

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

This div border color is #501567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501567


Comments

No comments written yet.

Please login to write comment.