Color Hex Logo

#5016ba Color Hex

#5016BA
(80,22,186)
0 Favorites   0 Comments

Color spaces of #5016ba

RGB 8022186
HSL0.730.790.41
HSV261°88°73°
CMYK 0.570.880.00   0.27
XYZ12.45815.824546.9220
Yxy5.82450.19110.0893
Hunter Lab24.134049.9082-98.3795
CIE-Lab28.965360.1689-73.5403

#5016ba color RGB value is (80,22,186).

#5016ba hex color red value is 80, green value is 22 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5016ba hue: 0.73 , saturation: 0.79 and the lightness value of 5016ba is 0.41.

The process color (four color CMYK) of #5016ba color hex is 0.57, 0.88, 0.00, 0.27. Web safe color of #5016ba is #6600cc. Color #5016ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 10111010
Octal 120 26 272
Decimal 80 22 186
Hex 50 16 BA

RGB Percentages of Color #5016ba

%27.78
%7.64
%64.58

CMYK Percentages of Color #5016ba

%57
%88
%0
%27

Triadic Colors of #5016ba

#5016ba #ba5016 #16ba50

Analogous Colors of #5016ba

#5016ba #a216ba #162eba

Monochromatic Colors of #5016ba

#5016ba

Complementary Color

#5016ba #80ba16

#5016ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5016ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5016ba Color CSS Codes

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

#5016ba Text Font Color

<p style="color:#5016ba">Text here</p>

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


#5016ba Background Color

<div style="background-color:#5016ba">
Div content here</div>

This div background color is #5016ba


#5016ba Border Color

<div style="border:3px solid #5016ba">
Div here</div>

This div border color is #5016ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,22,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5016ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5016ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5016ba;
  box-shadow:         1px 1px 3px 2px #5016ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5016ba


Comments

No comments written yet.

Please login to write comment.