Color Hex Logo

#506fbe Color Hex

#506FBE
(80,111,190)
0 Favorites   0 Comments

Color spaces of #506fbe

RGB 80111190
HSL0.620.460.53
HSV223°58°75°
CMYK 0.580.420.00   0.25
XYZ18.287016.792150.9926
Yxy16.79210.21250.1951
Hunter Lab40.97827.9460-45.0949
CIE-Lab47.997012.8007-44.9750

#506fbe color RGB value is (80,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101111 10111110
Octal 120 157 276
Decimal 80 111 190
Hex 50 6F BE

RGB Percentages of Color #506fbe

%21.00
%29.13
%49.87

CMYK Percentages of Color #506fbe

%58
%42
%0
%25

Triadic Colors of #506fbe

#506fbe #be506f #6fbe50

Analogous Colors of #506fbe

#506fbe #6850be #50a6be

Monochromatic Colors of #506fbe

#506fbe

Complementary Color

#506fbe #be9f50

#506fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#506fbe Color CSS Codes

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

#506fbe Text Font Color

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

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


#506fbe Background Color

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

This div background color is #506fbe


#506fbe Border Color

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

This div border color is #506fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506fbe


Comments

No comments written yet.

Please login to write comment.