Color Hex Logo

#5081ac Color Hex

#5081AC
(80,129,172)
0 Favorites   0 Comments

Color spaces of #5081ac

RGB 80129172
HSL0.580.370.49
HSV208°53°67°
CMYK 0.530.250.00   0.33
XYZ18.604920.384541.9838
Yxy20.38450.22980.2517
Hunter Lab45.1492-5.4555-23.5288
CIE-Lab52.2692-3.9508-27.8641

#5081ac color RGB value is (80,129,172).

#5081ac hex color red value is 80, green value is 129 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5081ac hue: 0.58 , saturation: 0.37 and the lightness value of 5081ac is 0.49.

The process color (four color CMYK) of #5081ac color hex is 0.53, 0.25, 0.00, 0.33. Web safe color of #5081ac is #669999. Color #5081ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000001 10101100
Octal 120 201 254
Decimal 80 129 172
Hex 50 81 AC

RGB Percentages of Color #5081ac

%21.00
%33.86
%45.14

CMYK Percentages of Color #5081ac

%53
%25
%0
%33

Triadic Colors of #5081ac

#5081ac #ac5081 #81ac50

Analogous Colors of #5081ac

#5081ac #5053ac #50aca9

Monochromatic Colors of #5081ac

#5081ac

Complementary Color

#5081ac #ac7b50

#5081ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5081ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5081ac Color CSS Codes

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

#5081ac Text Font Color

<p style="color:#5081ac">Text here</p>

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


#5081ac Background Color

<div style="background-color:#5081ac">
Div content here</div>

This div background color is #5081ac


#5081ac Border Color

<div style="border:3px solid #5081ac">
Div here</div>

This div border color is #5081ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,129,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5081ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5081ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5081ac;
  box-shadow:         1px 1px 3px 2px #5081ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5081ac


Comments

No comments written yet.

Please login to write comment.