Color Hex Logo

#5080ad Color Hex

#5080AD
(80,128,173)
0 Favorites   0 Comments

Color spaces of #5080ad

RGB 80128173
HSL0.580.370.50
HSV209°54°68°
CMYK 0.540.260.00   0.32
XYZ18.570320.160942.4479
Yxy20.16090.22880.2484
Hunter Lab44.9009-4.7518-24.6203
CIE-Lab52.0186-3.0510-28.8305

#5080ad color RGB value is (80,128,173).

#5080ad hex color red value is 80, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5080ad hue: 0.58 , saturation: 0.37 and the lightness value of 5080ad is 0.50.

The process color (four color CMYK) of #5080ad color hex is 0.54, 0.26, 0.00, 0.32. Web safe color of #5080ad is #669999. Color #5080ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 10101101
Octal 120 200 255
Decimal 80 128 173
Hex 50 80 AD

RGB Percentages of Color #5080ad

%21.00
%33.60
%45.41

CMYK Percentages of Color #5080ad

%54
%26
%0
%32

Triadic Colors of #5080ad

#5080ad #ad5080 #80ad50

Analogous Colors of #5080ad

#5080ad #5051ad #50adac

Monochromatic Colors of #5080ad

#5080ad

Complementary Color

#5080ad #ad7d50

#5080ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5080ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5080ad Color CSS Codes

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

#5080ad Text Font Color

<p style="color:#5080ad">Text here</p>

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


#5080ad Background Color

<div style="background-color:#5080ad">
Div content here</div>

This div background color is #5080ad


#5080ad Border Color

<div style="border:3px solid #5080ad">
Div here</div>

This div border color is #5080ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,128,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5080ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5080ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5080ad;
  box-shadow:         1px 1px 3px 2px #5080ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,128,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5080ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5080ad

#5080ad Color Palettes


Comments

No comments written yet.

Please login to write comment.