Color Hex Logo

#5281aa Color Hex

#5281AA
(82,129,170)
0 Favorites   0 Comments

Color spaces of #5281aa

RGB 82129170
HSL0.580.350.49
HSV208°52°67°
CMYK 0.520.240.00   0.33
XYZ18.585620.396640.9876
Yxy20.39660.23240.2551
Hunter Lab45.1626-5.5771-22.1952
CIE-Lab52.2827-4.1094-26.6802

#5281aa color RGB value is (82,129,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 10101010
Octal 122 201 252
Decimal 82 129 170
Hex 52 81 AA

RGB Percentages of Color #5281aa

%21.52
%33.86
%44.62

CMYK Percentages of Color #5281aa

%52
%24
%0
%33

Triadic Colors of #5281aa

#5281aa #aa5281 #81aa52

Analogous Colors of #5281aa

#5281aa #5255aa #52aaa7

Monochromatic Colors of #5281aa

#5281aa

Complementary Color

#5281aa #aa7b52

#5281aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5281aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5281aa Color CSS Codes

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

#5281aa Text Font Color

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

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


#5281aa Background Color

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

This div background color is #5281aa


#5281aa Border Color

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

This div border color is #5281aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5281aa


Comments

No comments written yet.

Please login to write comment.