Color Hex Logo

#506daa Color Hex

#506DAA
(80,109,170)
0 Favorites   0 Comments

Color spaces of #506daa

RGB 80109170
HSL0.610.360.49
HSV221°53°67°
CMYK 0.530.360.00   0.33
XYZ16.032615.545040.1857
Yxy15.54500.22340.2166
Hunter Lab39.42713.5875-32.8317
CIE-Lab46.37187.4206-35.9234

#506daa color RGB value is (80,109,170).

#506daa hex color red value is 80, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #506daa hue: 0.61 , saturation: 0.36 and the lightness value of 506daa is 0.49.

The process color (four color CMYK) of #506daa color hex is 0.53, 0.36, 0.00, 0.33. Web safe color of #506daa is #666699. Color #506daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101101 10101010
Octal 120 155 252
Decimal 80 109 170
Hex 50 6D AA

RGB Percentages of Color #506daa

%22.28
%30.36
%47.35

CMYK Percentages of Color #506daa

%53
%36
%0
%33

Triadic Colors of #506daa

#506daa #aa506d #6daa50

Analogous Colors of #506daa

#506daa #6050aa #509aaa

Monochromatic Colors of #506daa

#506daa

Complementary Color

#506daa #aa8d50

#506daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#506daa Color CSS Codes

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

#506daa Text Font Color

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

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


#506daa Background Color

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

This div background color is #506daa


#506daa Border Color

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

This div border color is #506daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506daa


Comments

No comments written yet.

Please login to write comment.