Color Hex Logo

#506dbd Color Hex

#506DBD
(80,109,189)
0 Favorites   0 Comments

Color spaces of #506dbd

RGB 80109189
HSL0.620.450.53
HSV224°58°74°
CMYK 0.580.420.00   0.26
XYZ17.962216.316950.3469
Yxy16.31690.21230.1928
Hunter Lab40.39428.6843-45.6225
CIE-Lab47.387513.7086-45.3674

#506dbd color RGB value is (80,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101101 10111101
Octal 120 155 275
Decimal 80 109 189
Hex 50 6D BD

RGB Percentages of Color #506dbd

%21.16
%28.84
%50.00

CMYK Percentages of Color #506dbd

%58
%42
%0
%26

Triadic Colors of #506dbd

#506dbd #bd506d #6dbd50

Analogous Colors of #506dbd

#506dbd #6a50bd #50a4bd

Monochromatic Colors of #506dbd

#506dbd

Complementary Color

#506dbd #bda050

#506dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#506dbd Color CSS Codes

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

#506dbd Text Font Color

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

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


#506dbd Background Color

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

This div background color is #506dbd


#506dbd Border Color

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

This div border color is #506dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506dbd


Comments

No comments written yet.

Please login to write comment.