Color Hex Logo

#5052aa Color Hex

#5052AA
(80,82,170)
0 Favorites   0 Comments

Color spaces of #5052aa

RGB 8082170
HSL0.660.360.49
HSV239°53°67°
CMYK 0.530.520.00   0.33
XYZ13.581310.642339.3686
Yxy10.64230.21360.1674
Hunter Lab32.622517.2230-48.7149
CIE-Lab38.971424.4537-47.7038

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 10101010
Octal 120 122 252
Decimal 80 82 170
Hex 50 52 AA

RGB Percentages of Color #5052aa

%24.10
%24.70
%51.20

CMYK Percentages of Color #5052aa

%53
%52
%0
%33

Triadic Colors of #5052aa

#5052aa #aa5052 #52aa50

Analogous Colors of #5052aa

#5052aa #7b50aa #507faa

Monochromatic Colors of #5052aa

#5052aa

Complementary Color

#5052aa #aaa850

#5052aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5052aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5052aa Color CSS Codes

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

#5052aa Text Font Color

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

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


#5052aa Background Color

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

This div background color is #5052aa


#5052aa Border Color

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

This div border color is #5052aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5052aa


Comments

No comments written yet.

Please login to write comment.