Color Hex Logo

#50116f Color Hex

#50116F
(80,17,111)
0 Favorites   0 Comments

Color spaces of #50116f

RGB 8017111
HSL0.780.730.25
HSV280°85°44°
CMYK 0.280.850.00   0.56
XYZ6.37803.254115.3309
Yxy3.25410.25550.1304
Hunter Lab18.039131.5429-37.7614
CIE-Lab21.034143.5524-40.1958

#50116f color RGB value is (80,17,111).

#50116f hex color red value is 80, green value is 17 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #50116f hue: 0.78 , saturation: 0.73 and the lightness value of 50116f is 0.25.

The process color (four color CMYK) of #50116f color hex is 0.28, 0.85, 0.00, 0.56. Web safe color of #50116f is #660066. Color #50116f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 01101111
Octal 120 21 157
Decimal 80 17 111
Hex 50 11 6F

RGB Percentages of Color #50116f

%38.46
%8.17
%53.37

CMYK Percentages of Color #50116f

%28
%85
%0
%56

Triadic Colors of #50116f

#50116f #6f5011 #116f50

Analogous Colors of #50116f

#50116f #6f115f #21116f

Monochromatic Colors of #50116f

#50116f

Complementary Color

#50116f #306f11

#50116f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50116f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50116f Color CSS Codes

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

#50116f Text Font Color

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

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


#50116f Background Color

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

This div background color is #50116f


#50116f Border Color

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

This div border color is #50116f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50116f


Comments

No comments written yet.

Please login to write comment.