Color Hex Logo

#506faf Color Hex

#506FAF
(80,111,175)
0 Favorites   0 Comments

Color spaces of #506faf

RGB 80111175
HSL0.610.370.50
HSV220°54°69°
CMYK 0.540.370.00   0.31
XYZ16.730616.169542.7967
Yxy16.16950.22100.2136
Hunter Lab40.21133.8981-34.9541
CIE-Lab47.19617.8200-37.5443

#506faf color RGB value is (80,111,175).

#506faf hex color red value is 80, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #506faf hue: 0.61 , saturation: 0.37 and the lightness value of 506faf is 0.50.

The process color (four color CMYK) of #506faf color hex is 0.54, 0.37, 0.00, 0.31. Web safe color of #506faf is #666699. Color #506faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101111 10101111
Octal 120 157 257
Decimal 80 111 175
Hex 50 6F AF

RGB Percentages of Color #506faf

%21.86
%30.33
%47.81

CMYK Percentages of Color #506faf

%54
%37
%0
%31

Triadic Colors of #506faf

#506faf #af506f #6faf50

Analogous Colors of #506faf

#506faf #6150af #509faf

Monochromatic Colors of #506faf

#506faf

Complementary Color

#506faf #af9050

#506faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#506faf Color CSS Codes

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

#506faf Text Font Color

<p style="color:#506faf">Text here</p>

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


#506faf Background Color

<div style="background-color:#506faf">
Div content here</div>

This div background color is #506faf


#506faf Border Color

<div style="border:3px solid #506faf">
Div here</div>

This div border color is #506faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,111,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #506faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #506faf;
  -webkit-box-shadow: 1px 1px 3px 2px #506faf;
  box-shadow:         1px 1px 3px 2px #506faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506faf


Comments

No comments written yet.

Please login to write comment.