Color Hex Logo

#5882aa Color Hex

#5882AA
(88,130,170)
0 Favorites   0 Comments

Color spaces of #5882aa

RGB 88130170
HSL0.580.330.51
HSV209°48°67°
CMYK 0.480.240.00   0.33
XYZ19.262820.942341.0572
Yxy20.94230.23700.2577
Hunter Lab45.7628-4.9493-21.1596
CIE-Lab52.8863-3.2283-25.7212

#5882aa color RGB value is (88,130,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000010 10101010
Octal 130 202 252
Decimal 88 130 170
Hex 58 82 AA

RGB Percentages of Color #5882aa

%22.68
%33.51
%43.81

CMYK Percentages of Color #5882aa

%48
%24
%0
%33

Triadic Colors of #5882aa

#5882aa #aa5882 #82aa58

Analogous Colors of #5882aa

#5882aa #5859aa #58aaa9

Monochromatic Colors of #5882aa

#5882aa

Complementary Color

#5882aa #aa8058

#5882aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5882aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5882aa Color CSS Codes

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

#5882aa Text Font Color

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

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


#5882aa Background Color

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

This div background color is #5882aa


#5882aa Border Color

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

This div border color is #5882aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,130,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 #5882aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5882aa


Comments

No comments written yet.

Please login to write comment.