Color Hex Logo

#5074ab Color Hex

#5074AB
(80,116,171)
0 Favorites   0 Comments

Color spaces of #5074ab

RGB 80116171
HSL0.600.360.49
HSV216°53°67°
CMYK 0.530.320.00   0.33
XYZ16.904317.136540.9448
Yxy17.13650.22540.2285
Hunter Lab41.39630.4476-29.6660
CIE-Lab48.43163.4611-33.2698

#5074ab color RGB value is (80,116,171).

#5074ab hex color red value is 80, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5074ab hue: 0.60 , saturation: 0.36 and the lightness value of 5074ab is 0.49.

The process color (four color CMYK) of #5074ab color hex is 0.53, 0.32, 0.00, 0.33. Web safe color of #5074ab is #666699. Color #5074ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 10101011
Octal 120 164 253
Decimal 80 116 171
Hex 50 74 AB

RGB Percentages of Color #5074ab

%21.80
%31.61
%46.59

CMYK Percentages of Color #5074ab

%53
%32
%0
%33

Triadic Colors of #5074ab

#5074ab #ab5074 #74ab50

Analogous Colors of #5074ab

#5074ab #5a50ab #50a2ab

Monochromatic Colors of #5074ab

#5074ab

Complementary Color

#5074ab #ab8750

#5074ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5074ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5074ab Color CSS Codes

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

#5074ab Text Font Color

<p style="color:#5074ab">Text here</p>

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


#5074ab Background Color

<div style="background-color:#5074ab">
Div content here</div>

This div background color is #5074ab


#5074ab Border Color

<div style="border:3px solid #5074ab">
Div here</div>

This div border color is #5074ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,116,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5074ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5074ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5074ab;
  box-shadow:         1px 1px 3px 2px #5074ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5074ab


Comments

No comments written yet.

Please login to write comment.