Color Hex Logo

#5180aa Color Hex

#5180AA
(81,128,170)
0 Favorites   0 Comments

Color spaces of #5180aa

RGB 81128170
HSL0.580.350.49
HSV208°52°67°
CMYK 0.520.250.00   0.33
XYZ18.368220.090040.9399
Yxy20.09000.23130.2530
Hunter Lab44.8219-5.2882-22.7797
CIE-Lab51.9388-3.7633-27.2170

#5180aa color RGB value is (81,128,170).

#5180aa hex color red value is 81, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5180aa hue: 0.58 , saturation: 0.35 and the lightness value of 5180aa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000000 10101010
Octal 121 200 252
Decimal 81 128 170
Hex 51 80 AA

RGB Percentages of Color #5180aa

%21.37
%33.77
%44.85

CMYK Percentages of Color #5180aa

%52
%25
%0
%33

Triadic Colors of #5180aa

#5180aa #aa5180 #80aa51

Analogous Colors of #5180aa

#5180aa #5154aa #51aaa8

Monochromatic Colors of #5180aa

#5180aa

Complementary Color

#5180aa #aa7b51

#5180aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5180aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5180aa Color CSS Codes

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

#5180aa Text Font Color

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

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


#5180aa Background Color

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

This div background color is #5180aa


#5180aa Border Color

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

This div border color is #5180aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5180aa


Comments

No comments written yet.

Please login to write comment.