Color Hex Logo

#5076ae Color Hex

#5076AE
(80,118,174)
0 Favorites   0 Comments

Color spaces of #5076ae

RGB 80118174
HSL0.600.370.50
HSV216°54°68°
CMYK 0.540.320.00   0.32
XYZ17.426717.718342.5459
Yxy17.71830.22430.2281
Hunter Lab42.09310.2367-30.4626
CIE-Lab49.15263.2202-33.8842

#5076ae color RGB value is (80,118,174).

#5076ae hex color red value is 80, green value is 118 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5076ae hue: 0.60 , saturation: 0.37 and the lightness value of 5076ae is 0.50.

The process color (four color CMYK) of #5076ae color hex is 0.54, 0.32, 0.00, 0.32. Web safe color of #5076ae is #666699. Color #5076ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 10101110
Octal 120 166 256
Decimal 80 118 174
Hex 50 76 AE

RGB Percentages of Color #5076ae

%21.51
%31.72
%46.77

CMYK Percentages of Color #5076ae

%54
%32
%0
%32

Triadic Colors of #5076ae

#5076ae #ae5076 #76ae50

Analogous Colors of #5076ae

#5076ae #5950ae #50a5ae

Monochromatic Colors of #5076ae

#5076ae

Complementary Color

#5076ae #ae8850

#5076ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5076ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5076ae Color CSS Codes

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

#5076ae Text Font Color

<p style="color:#5076ae">Text here</p>

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


#5076ae Background Color

<div style="background-color:#5076ae">
Div content here</div>

This div background color is #5076ae


#5076ae Border Color

<div style="border:3px solid #5076ae">
Div here</div>

This div border color is #5076ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,118,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5076ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5076ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5076ae;
  box-shadow:         1px 1px 3px 2px #5076ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5076ae


Comments

No comments written yet.

Please login to write comment.