Color Hex Logo

#5880aa Color Hex

#5880AA
(88,128,170)
0 Favorites   0 Comments

Color spaces of #5880aa

RGB 88128170
HSL0.590.330.51
HSV211°48°67°
CMYK 0.480.250.00   0.33
XYZ18.999420.415340.9694
Yxy20.41530.23640.2540
Hunter Lab45.1833-4.0122-22.1322
CIE-Lab52.3035-2.0613-26.6228

#5880aa color RGB value is (88,128,170).

#5880aa hex color red value is 88, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5880aa hue: 0.59 , saturation: 0.33 and the lightness value of 5880aa is 0.51.

The process color (four color CMYK) of #5880aa color hex is 0.48, 0.25, 0.00, 0.33. Web safe color of #5880aa is #669999. Color #5880aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000000 10101010
Octal 130 200 252
Decimal 88 128 170
Hex 58 80 AA

RGB Percentages of Color #5880aa

%22.80
%33.16
%44.04

CMYK Percentages of Color #5880aa

%48
%25
%0
%33

Triadic Colors of #5880aa

#5880aa #aa5880 #80aa58

Analogous Colors of #5880aa

#5880aa #5958aa #58a9aa

Monochromatic Colors of #5880aa

#5880aa

Complementary Color

#5880aa #aa8258

#5880aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5880aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5880aa Color CSS Codes

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

#5880aa Text Font Color

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

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


#5880aa Background Color

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

This div background color is #5880aa


#5880aa Border Color

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

This div border color is #5880aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5880aa


Comments

No comments written yet.

Please login to write comment.