Color Hex Logo

#50109e Color Hex

#50109E
(80,16,158)
0 Favorites   0 Comments

Color spaces of #50109e

RGB 8016158
HSL0.740.820.34
HSV267°90°62°
CMYK 0.490.900.00   0.38
XYZ9.66514.544732.7156
Yxy4.54470.20600.0968
Hunter Lab21.318343.6197-76.0651
CIE-Lab25.396154.9461-62.5832

#50109e color RGB value is (80,16,158).

#50109e hex color red value is 80, green value is 16 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #50109e hue: 0.74 , saturation: 0.82 and the lightness value of 50109e is 0.34.

The process color (four color CMYK) of #50109e color hex is 0.49, 0.90, 0.00, 0.38. Web safe color of #50109e is #660099. Color #50109e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010000 10011110
Octal 120 20 236
Decimal 80 16 158
Hex 50 10 9E

RGB Percentages of Color #50109e

%31.50
%6.30
%62.20

CMYK Percentages of Color #50109e

%49
%90
%0
%38

Triadic Colors of #50109e

#50109e #9e5010 #109e50

Analogous Colors of #50109e

#50109e #97109e #10179e

Monochromatic Colors of #50109e

#50109e

Complementary Color

#50109e #5e9e10

#50109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50109e Color CSS Codes

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

#50109e Text Font Color

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

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


#50109e Background Color

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

This div background color is #50109e


#50109e Border Color

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

This div border color is #50109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50109e


Comments

No comments written yet.

Please login to write comment.