Color Hex Logo

#501157 Color Hex

#501157
(80,17,87)
0 Favorites   0 Comments

Color spaces of #501157

RGB 801787
HSL0.820.670.20
HSV294°80°34°
CMYK 0.080.800.00   0.66
XYZ5.22902.79459.2806
Yxy2.79450.30220.1615
Hunter Lab16.716826.5805-21.2141
CIE-Lab19.201438.4348-27.3254

#501157 color RGB value is (80,17,87).

#501157 hex color red value is 80, green value is 17 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #501157 hue: 0.82 , saturation: 0.67 and the lightness value of 501157 is 0.20.

The process color (four color CMYK) of #501157 color hex is 0.08, 0.80, 0.00, 0.66. Web safe color of #501157 is #660066. Color #501157 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 01010111
Octal 120 21 127
Decimal 80 17 87
Hex 50 11 57

RGB Percentages of Color #501157

%43.48
%9.24
%47.28

CMYK Percentages of Color #501157

%8
%80
%0
%66

Triadic Colors of #501157

#501157 #575011 #115750

Analogous Colors of #501157

#501157 #57113b #2d1157

Monochromatic Colors of #501157

#501157

Complementary Color

#501157 #185711

#501157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501157 Color CSS Codes

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

#501157 Text Font Color

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

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


#501157 Background Color

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

This div background color is #501157


#501157 Border Color

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

This div border color is #501157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501157


Comments

No comments written yet.

Please login to write comment.