Color Hex Logo

#501565 Color Hex

#501565
(80,21,101)
0 Favorites   0 Comments

Color spaces of #501565

RGB 8021101
HSL0.790.660.24
HSV284°79°40°
CMYK 0.210.790.00   0.60
XYZ5.92543.181412.6137
Yxy3.18140.27280.1465
Hunter Lab17.836528.0851-29.4435
CIE-Lab20.756239.8256-34.1241

#501565 color RGB value is (80,21,101).

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

The process color (four color CMYK) of #501565 color hex is 0.21, 0.79, 0.00, 0.60. Web safe color of #501565 is #660066. Color #501565 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 01100101
Octal 120 25 145
Decimal 80 21 101
Hex 50 15 65

RGB Percentages of Color #501565

%39.60
%10.40
%50.00

CMYK Percentages of Color #501565

%21
%79
%0
%60

Triadic Colors of #501565

#501565 #655015 #156550

Analogous Colors of #501565

#501565 #651552 #281565

Monochromatic Colors of #501565

#501565

Complementary Color

#501565 #2a6515

#501565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501565 Color CSS Codes

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

#501565 Text Font Color

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

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


#501565 Background Color

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

This div background color is #501565


#501565 Border Color

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

This div border color is #501565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501565


Comments

No comments written yet.

Please login to write comment.