Color Hex Logo

#50016e Color Hex

#50016E
(80,1,110)
0 Favorites   0 Comments

Color spaces of #50016e

RGB 801110
HSL0.790.980.22
HSV283°99°43°
CMYK 0.270.990.00   0.57
XYZ6.13362.853014.9793
Yxy2.85300.25590.1190
Hunter Lab16.890835.2601-40.7566
CIE-Lab19.445347.7715-42.1336

#50016e color RGB value is (80,1,110).

#50016e hex color red value is 80, green value is 1 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #50016e hue: 0.79 , saturation: 0.98 and the lightness value of 50016e is 0.22.

The process color (four color CMYK) of #50016e color hex is 0.27, 0.99, 0.00, 0.57. Web safe color of #50016e is #660066. Color #50016e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000001 01101110
Octal 120 1 156
Decimal 80 1 110
Hex 50 1 6E

RGB Percentages of Color #50016e

%41.88
%0.52
%57.59

CMYK Percentages of Color #50016e

%27
%99
%0
%57

Triadic Colors of #50016e

#50016e #6e5001 #016e50

Analogous Colors of #50016e

#50016e #6e0155 #1a016e

Monochromatic Colors of #50016e

#50016e

Complementary Color

#50016e #1f6e01

#50016e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50016e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50016e Color CSS Codes

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

#50016e Text Font Color

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

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


#50016e Background Color

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

This div background color is #50016e


#50016e Border Color

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

This div border color is #50016e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50016e


Comments

No comments written yet.

Please login to write comment.