Color Hex Logo

#501475 Color Hex

#501475
(80,20,117)
0 Favorites   0 Comments

Color spaces of #501475

RGB 8020117
HSL0.770.710.27
HSV277°83°46°
CMYK 0.320.830.00   0.54
XYZ6.76933.490117.1465
Yxy3.49010.24700.1273
Hunter Lab18.681831.9858-41.3402
CIE-Lab21.908643.8561-42.6432

#501475 color RGB value is (80,20,117).

#501475 hex color red value is 80, green value is 20 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #501475 hue: 0.77 , saturation: 0.71 and the lightness value of 501475 is 0.27.

The process color (four color CMYK) of #501475 color hex is 0.32, 0.83, 0.00, 0.54. Web safe color of #501475 is #660066. Color #501475 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 01110101
Octal 120 24 165
Decimal 80 20 117
Hex 50 14 75

RGB Percentages of Color #501475

%36.87
%9.22
%53.92

CMYK Percentages of Color #501475

%32
%83
%0
%54

Triadic Colors of #501475

#501475 #755014 #147550

Analogous Colors of #501475

#501475 #75146a #201475

Monochromatic Colors of #501475

#501475

Complementary Color

#501475 #397514

#501475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501475 Color CSS Codes

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

#501475 Text Font Color

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

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


#501475 Background Color

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

This div background color is #501475


#501475 Border Color

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

This div border color is #501475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501475


Comments

No comments written yet.

Please login to write comment.