Color Hex Logo

#50118d Color Hex

#50118D
(80,17,141)
0 Favorites   0 Comments

Color spaces of #50118d

RGB 8017141
HSL0.750.780.31
HSV270°88°55°
CMYK 0.430.880.00   0.45
XYZ8.31644.029525.5387
Yxy4.02950.21950.1064
Hunter Lab20.073638.8228-61.3803
CIE-Lab23.768750.5572-54.7748

#50118d color RGB value is (80,17,141).

#50118d hex color red value is 80, green value is 17 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #50118d hue: 0.75 , saturation: 0.78 and the lightness value of 50118d is 0.31.

The process color (four color CMYK) of #50118d color hex is 0.43, 0.88, 0.00, 0.45. Web safe color of #50118d is #660099. Color #50118d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 10001101
Octal 120 21 215
Decimal 80 17 141
Hex 50 11 8D

RGB Percentages of Color #50118d

%33.61
%7.14
%59.24

CMYK Percentages of Color #50118d

%43
%88
%0
%45

Triadic Colors of #50118d

#50118d #8d5011 #118d50

Analogous Colors of #50118d

#50118d #8d118c #12118d

Monochromatic Colors of #50118d

#50118d

Complementary Color

#50118d #4e8d11

#50118d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50118d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50118d Color CSS Codes

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

#50118d Text Font Color

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

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


#50118d Background Color

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

This div background color is #50118d


#50118d Border Color

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

This div border color is #50118d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50118d


Comments

No comments written yet.

Please login to write comment.