Color Hex Logo

#5252aa Color Hex

#5252AA
(82,82,170)
0 Favorites   0 Comments

Color spaces of #5252aa

RGB 8282170
HSL0.670.350.49
HSV240°52°67°
CMYK 0.520.520.00   0.33
XYZ13.752710.730739.3766
Yxy10.73070.21540.1680
Hunter Lab32.757717.6137-48.3394
CIE-Lab39.123124.8945-47.4517

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 10101010
Octal 122 122 252
Decimal 82 82 170
Hex 52 52 AA

RGB Percentages of Color #5252aa

%24.55
%24.55
%50.90

CMYK Percentages of Color #5252aa

%52
%52
%0
%33

Triadic Colors of #5252aa

#5252aa #aa5252 #52aa52

Analogous Colors of #5252aa

#5252aa #7e52aa #527eaa

Monochromatic Colors of #5252aa

#5252aa

Complementary Color

#5252aa #aaaa52

#5252aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5252aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5252aa Color CSS Codes

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

#5252aa Text Font Color

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

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


#5252aa Background Color

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

This div background color is #5252aa


#5252aa Border Color

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

This div border color is #5252aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5252aa


Comments

No comments written yet.

Please login to write comment.