Color Hex Logo

#5067ae Color Hex

#5067AE
(80,103,174)
0 Favorites   0 Comments

Color spaces of #5067ae

RGB 80103174
HSL0.630.370.50
HSV225°54°68°
CMYK 0.540.410.00   0.32
XYZ15.798514.462042.0032
Yxy14.46200.21860.2001
Hunter Lab38.02897.6043-38.8659
CIE-Lab44.888312.4636-40.6121

#5067ae color RGB value is (80,103,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100111 10101110
Octal 120 147 256
Decimal 80 103 174
Hex 50 67 AE

RGB Percentages of Color #5067ae

%22.41
%28.85
%48.74

CMYK Percentages of Color #5067ae

%54
%41
%0
%32

Triadic Colors of #5067ae

#5067ae #ae5067 #67ae50

Analogous Colors of #5067ae

#5067ae #6850ae #5096ae

Monochromatic Colors of #5067ae

#5067ae

Complementary Color

#5067ae #ae9750

#5067ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5067ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5067ae Color CSS Codes

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

#5067ae Text Font Color

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

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


#5067ae Background Color

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

This div background color is #5067ae


#5067ae Border Color

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

This div border color is #5067ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5067ae


Comments

No comments written yet.

Please login to write comment.