Color Hex Logo

#506eaa Color Hex

#506EAA
(80,110,170)
0 Favorites   0 Comments

Color spaces of #506eaa

RGB 80110170
HSL0.610.360.49
HSV220°53°67°
CMYK 0.530.350.00   0.33
XYZ16.139915.759640.2215
Yxy15.75960.22380.2185
Hunter Lab39.69843.0994-32.2825
CIE-Lab46.65756.8041-35.4734

#506eaa color RGB value is (80,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 10101010
Octal 120 156 252
Decimal 80 110 170
Hex 50 6E AA

RGB Percentages of Color #506eaa

%22.22
%30.56
%47.22

CMYK Percentages of Color #506eaa

%53
%35
%0
%33

Triadic Colors of #506eaa

#506eaa #aa506e #6eaa50

Analogous Colors of #506eaa

#506eaa #5f50aa #509baa

Monochromatic Colors of #506eaa

#506eaa

Complementary Color

#506eaa #aa8c50

#506eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#506eaa Color CSS Codes

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

#506eaa Text Font Color

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

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


#506eaa Background Color

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

This div background color is #506eaa


#506eaa Border Color

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

This div border color is #506eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,110,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 #506eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506eaa


Comments

No comments written yet.

Please login to write comment.