Color Hex Logo

#5016be Color Hex

#5016BE
(80,22,190)
0 Favorites   0 Comments

Color spaces of #5016be

RGB 8022190
HSL0.720.790.42
HSV261°88°75°
CMYK 0.580.880.00   0.25
XYZ12.88945.997049.1934
Yxy5.99700.18930.0881
Hunter Lab24.488851.0962-101.9605
CIE-Lab29.404961.1719-75.1817

#5016be color RGB value is (80,22,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 10111110
Octal 120 26 276
Decimal 80 22 190
Hex 50 16 BE

RGB Percentages of Color #5016be

%27.40
%7.53
%65.07

CMYK Percentages of Color #5016be

%58
%88
%0
%25

Triadic Colors of #5016be

#5016be #be5016 #16be50

Analogous Colors of #5016be

#5016be #a416be #1630be

Monochromatic Colors of #5016be

#5016be

Complementary Color

#5016be #84be16

#5016be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5016be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5016be Color CSS Codes

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

#5016be Text Font Color

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

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


#5016be Background Color

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

This div background color is #5016be


#5016be Border Color

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

This div border color is #5016be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5016be


Comments

No comments written yet.

Please login to write comment.