Color Hex Logo

#5016bf Color Hex

#5016BF
(80,22,191)
0 Favorites   0 Comments

Color spaces of #5016bf

RGB 8022191
HSL0.720.790.42
HSV261°88°75°
CMYK 0.580.880.00   0.25
XYZ12.99916.040949.7711
Yxy6.04090.18890.0878
Hunter Lab24.578251.3943-102.8579
CIE-Lab29.515461.4222-75.5896

#5016bf color RGB value is (80,22,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 10111111
Octal 120 26 277
Decimal 80 22 191
Hex 50 16 BF

RGB Percentages of Color #5016bf

%27.30
%7.51
%65.19

CMYK Percentages of Color #5016bf

%58
%88
%0
%25

Triadic Colors of #5016bf

#5016bf #bf5016 #16bf50

Analogous Colors of #5016bf

#5016bf #a516bf #1631bf

Monochromatic Colors of #5016bf

#5016bf

Complementary Color

#5016bf #85bf16

#5016bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5016bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5016bf Color CSS Codes

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

#5016bf Text Font Color

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

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


#5016bf Background Color

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

This div background color is #5016bf


#5016bf Border Color

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

This div border color is #5016bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5016bf


Comments

No comments written yet.

Please login to write comment.