Color Hex Logo

#5580fb Color Hex

#5580FB
(85,128,251)
0 Favorites   0 Comments

Color spaces of #5580fb

RGB 85128251
HSL0.620.950.66
HSV224°66°98°
CMYK 0.660.490.00   0.02
XYZ28.878124.334794.4418
Yxy24.33470.19560.1648
Hunter Lab49.330218.1667-78.9785
CIE-Lab56.421423.9737-65.8710

#5580fb color RGB value is (85,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 11111011
Octal 125 200 373
Decimal 85 128 251
Hex 55 80 FB

RGB Percentages of Color #5580fb

%18.32
%27.59
%54.09

CMYK Percentages of Color #5580fb

%66
%49
%0
%2

Triadic Colors of #5580fb

#5580fb #fb5580 #80fb55

Analogous Colors of #5580fb

#5580fb #7d55fb #55d3fb

Monochromatic Colors of #5580fb

#5580fb

Complementary Color

#5580fb #fbd055

#5580fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5580fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5580fb Color CSS Codes

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

#5580fb Text Font Color

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

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


#5580fb Background Color

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

This div background color is #5580fb


#5580fb Border Color

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

This div border color is #5580fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,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 #5580fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5580fb


Comments

No comments written yet.

Please login to write comment.