Color Hex Logo

#5880de Color Hex

#5880DE
(88,128,222)
0 Favorites   0 Comments

Color spaces of #5880de

RGB 88128222
HSL0.620.670.61
HSV222°60°87°
CMYK 0.600.420.00   0.13
XYZ24.928522.787072.1917
Yxy22.78700.20790.1900
Hunter Lab47.73579.6785-56.2504
CIE-Lab54.852314.6558-52.2380

#5880de color RGB value is (88,128,222).

#5880de hex color red value is 88, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5880de hue: 0.62 , saturation: 0.67 and the lightness value of 5880de is 0.61.

The process color (four color CMYK) of #5880de color hex is 0.60, 0.42, 0.00, 0.13. Web safe color of #5880de is #6699cc. Color #5880de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000000 11011110
Octal 130 200 336
Decimal 88 128 222
Hex 58 80 DE

RGB Percentages of Color #5880de

%20.09
%29.22
%50.68

CMYK Percentages of Color #5880de

%60
%42
%0
%13

Triadic Colors of #5880de

#5880de #de5880 #80de58

Analogous Colors of #5880de

#5880de #7358de #58c3de

Monochromatic Colors of #5880de

#5880de

Complementary Color

#5880de #deb658

#5880de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5880de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5880de Color CSS Codes

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

#5880de Text Font Color

<p style="color:#5880de">Text here</p>

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


#5880de Background Color

<div style="background-color:#5880de">
Div content here</div>

This div background color is #5880de


#5880de Border Color

<div style="border:3px solid #5880de">
Div here</div>

This div border color is #5880de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,128,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5880de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5880de;
  -webkit-box-shadow: 1px 1px 3px 2px #5880de;
  box-shadow:         1px 1px 3px 2px #5880de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5880de


Comments

No comments written yet.

Please login to write comment.