Color Hex Logo

#5078aa Color Hex

#5078AA
(80,120,170)
0 Favorites   0 Comments

Color spaces of #5078aa

RGB 80120170
HSL0.590.360.49
HSV213°53°67°
CMYK 0.530.290.00   0.33
XYZ17.280418.040740.6016
Yxy18.04070.22760.2376
Hunter Lab42.4743-1.7086-26.9438
CIE-Lab49.54540.7300-30.9448

#5078aa color RGB value is (80,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111000 10101010
Octal 120 170 252
Decimal 80 120 170
Hex 50 78 AA

RGB Percentages of Color #5078aa

%21.62
%32.43
%45.95

CMYK Percentages of Color #5078aa

%53
%29
%0
%33

Triadic Colors of #5078aa

#5078aa #aa5078 #78aa50

Analogous Colors of #5078aa

#5078aa #5550aa #50a5aa

Monochromatic Colors of #5078aa

#5078aa

Complementary Color

#5078aa #aa8250

#5078aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5078aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5078aa Color CSS Codes

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

#5078aa Text Font Color

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

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


#5078aa Background Color

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

This div background color is #5078aa


#5078aa Border Color

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

This div border color is #5078aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5078aa

#5078aa Color Palettes


Comments

No comments written yet.

Please login to write comment.