Color Hex Logo

#501787 Color Hex

#501787
(80,23,135)
0 Favorites   0 Comments

Color spaces of #501787

RGB 8023135
HSL0.750.710.31
HSV271°83°53°
CMYK 0.410.830.00   0.47
XYZ7.98784.067523.2858
Yxy4.06750.22600.1151
Hunter Lab20.168035.4030-54.3379
CIE-Lab23.893447.0571-50.8209

#501787 color RGB value is (80,23,135).

#501787 hex color red value is 80, green value is 23 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #501787 hue: 0.75 , saturation: 0.71 and the lightness value of 501787 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 10000111
Octal 120 27 207
Decimal 80 23 135
Hex 50 17 87

RGB Percentages of Color #501787

%33.61
%9.66
%56.72

CMYK Percentages of Color #501787

%41
%83
%0
%47

Triadic Colors of #501787

#501787 #875017 #178750

Analogous Colors of #501787

#501787 #871786 #181787

Monochromatic Colors of #501787

#501787

Complementary Color

#501787 #4e8717

#501787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501787 Color CSS Codes

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

#501787 Text Font Color

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

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


#501787 Background Color

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

This div background color is #501787


#501787 Border Color

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

This div border color is #501787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501787


Comments

No comments written yet.

Please login to write comment.