Color Hex Logo

#50109c Color Hex

#50109C
(80,16,156)
0 Favorites   0 Comments

Color spaces of #50109c

RGB 8016156
HSL0.740.810.34
HSV267°90°61°
CMYK 0.490.900.00   0.39
XYZ9.49434.476431.8161
Yxy4.47640.20740.0978
Hunter Lab21.157543.0751-74.3485
CIE-Lab25.187754.4615-61.7034

#50109c color RGB value is (80,16,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010000 10011100
Octal 120 20 234
Decimal 80 16 156
Hex 50 10 9C

RGB Percentages of Color #50109c

%31.75
%6.35
%61.90

CMYK Percentages of Color #50109c

%49
%90
%0
%39

Triadic Colors of #50109c

#50109c #9c5010 #109c50

Analogous Colors of #50109c

#50109c #96109c #10169c

Monochromatic Colors of #50109c

#50109c

Complementary Color

#50109c #5c9c10

#50109c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50109c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50109c Color CSS Codes

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

#50109c Text Font Color

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

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


#50109c Background Color

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

This div background color is #50109c


#50109c Border Color

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

This div border color is #50109c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50109c


Comments

No comments written yet.

Please login to write comment.