Color Hex Logo

#505eaa Color Hex

#505EAA
(80,94,170)
0 Favorites   0 Comments

Color spaces of #505eaa

RGB 8094170
HSL0.640.360.49
HSV231°53°67°
CMYK 0.530.450.00   0.33
XYZ14.566712.613239.6970
Yxy12.61320.21780.1886
Hunter Lab35.515111.0614-41.4109
CIE-Lab42.174616.8218-42.5761

#505eaa color RGB value is (80,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 10101010
Octal 120 136 252
Decimal 80 94 170
Hex 50 5E AA

RGB Percentages of Color #505eaa

%23.26
%27.33
%49.42

CMYK Percentages of Color #505eaa

%53
%45
%0
%33

Triadic Colors of #505eaa

#505eaa #aa505e #5eaa50

Analogous Colors of #505eaa

#505eaa #6f50aa #508baa

Monochromatic Colors of #505eaa

#505eaa

Complementary Color

#505eaa #aa9c50

#505eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#505eaa Color CSS Codes

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

#505eaa Text Font Color

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

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


#505eaa Background Color

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

This div background color is #505eaa


#505eaa Border Color

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

This div border color is #505eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505eaa


Comments

No comments written yet.

Please login to write comment.