Color Hex Logo

#5265aa Color Hex

#5265AA
(82,101,170)
0 Favorites   0 Comments

Color spaces of #5265aa

RGB 82101170
HSL0.630.350.49
HSV227°52°67°
CMYK 0.520.410.00   0.33
XYZ15.389114.003539.9221
Yxy14.00350.22200.2020
Hunter Lab37.42137.9191-37.0575
CIE-Lab44.238012.8715-39.2881

#5265aa color RGB value is (82,101,170).

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

The process color (four color CMYK) of #5265aa color hex is 0.52, 0.41, 0.00, 0.33. Web safe color of #5265aa is #666699. Color #5265aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100101 10101010
Octal 122 145 252
Decimal 82 101 170
Hex 52 65 AA

RGB Percentages of Color #5265aa

%23.23
%28.61
%48.16

CMYK Percentages of Color #5265aa

%52
%41
%0
%33

Triadic Colors of #5265aa

#5265aa #aa5265 #65aa52

Analogous Colors of #5265aa

#5265aa #6b52aa #5291aa

Monochromatic Colors of #5265aa

#5265aa

Complementary Color

#5265aa #aa9752

#5265aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5265aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5265aa Color CSS Codes

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

#5265aa Text Font Color

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

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


#5265aa Background Color

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

This div background color is #5265aa


#5265aa Border Color

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

This div border color is #5265aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5265aa


Comments

No comments written yet.

Please login to write comment.