Color Hex Logo

#5080fb Color Hex

#5080FB
(80,128,251)
0 Favorites   0 Comments

Color spaces of #5080fb

RGB 80128251
HSL0.620.960.65
HSV223°68°98°
CMYK 0.680.490.00   0.02
XYZ28.440024.108994.4213
Yxy24.10890.19350.1640
Hunter Lab49.100817.4637-79.6446
CIE-Lab56.196723.2338-66.2446

#5080fb color RGB value is (80,128,251).

#5080fb hex color red value is 80, green value is 128 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5080fb hue: 0.62 , saturation: 0.96 and the lightness value of 5080fb is 0.65.

The process color (four color CMYK) of #5080fb color hex is 0.68, 0.49, 0.00, 0.02. Web safe color of #5080fb is #6699ff. Color #5080fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 11111011
Octal 120 200 373
Decimal 80 128 251
Hex 50 80 FB

RGB Percentages of Color #5080fb

%17.43
%27.89
%54.68

CMYK Percentages of Color #5080fb

%68
%49
%0
%2

Triadic Colors of #5080fb

#5080fb #fb5080 #80fb50

Analogous Colors of #5080fb

#5080fb #7650fb #50d6fb

Monochromatic Colors of #5080fb

#5080fb

Complementary Color

#5080fb #fbcb50

#5080fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5080fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5080fb Color CSS Codes

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

#5080fb Text Font Color

<p style="color:#5080fb">Text here</p>

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


#5080fb Background Color

<div style="background-color:#5080fb">
Div content here</div>

This div background color is #5080fb


#5080fb Border Color

<div style="border:3px solid #5080fb">
Div here</div>

This div border color is #5080fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,128,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5080fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5080fb;
  -webkit-box-shadow: 1px 1px 3px 2px #5080fb;
  box-shadow:         1px 1px 3px 2px #5080fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5080fb


Comments

No comments written yet.

Please login to write comment.