Color Hex Logo

#506fbf Color Hex

#506FBF
(80,111,191)
0 Favorites   0 Comments

Color spaces of #506fbf

RGB 80111191
HSL0.620.460.53
HSV223°58°75°
CMYK 0.580.420.00   0.25
XYZ18.396716.835951.5703
Yxy16.83590.21190.1940
Hunter Lab41.03168.2261-45.7962
CIE-Lab48.052613.1371-45.4634

#506fbf color RGB value is (80,111,191).

#506fbf hex color red value is 80, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #506fbf hue: 0.62 , saturation: 0.46 and the lightness value of 506fbf is 0.53.

The process color (four color CMYK) of #506fbf color hex is 0.58, 0.42, 0.00, 0.25. Web safe color of #506fbf is #6666cc. Color #506fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101111 10111111
Octal 120 157 277
Decimal 80 111 191
Hex 50 6F BF

RGB Percentages of Color #506fbf

%20.94
%29.06
%50.00

CMYK Percentages of Color #506fbf

%58
%42
%0
%25

Triadic Colors of #506fbf

#506fbf #bf506f #6fbf50

Analogous Colors of #506fbf

#506fbf #6950bf #50a7bf

Monochromatic Colors of #506fbf

#506fbf

Complementary Color

#506fbf #bfa050

#506fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#506fbf Color CSS Codes

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

#506fbf Text Font Color

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

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


#506fbf Background Color

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

This div background color is #506fbf


#506fbf Border Color

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

This div border color is #506fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506fbf


Comments

No comments written yet.

Please login to write comment.