Color Hex Logo

#508eaa Color Hex

#508EAA
(80,142,170)
0 Favorites   0 Comments

Color spaces of #508eaa

RGB 80142170
HSL0.550.360.49
HSV199°53°67°
CMYK 0.530.160.00   0.33
XYZ20.237023.953841.5871
Yxy23.95380.23590.2793
Hunter Lab48.9426-11.8427-16.1196
CIE-Lab56.0415-11.9585-20.9001

#508eaa color RGB value is (80,142,170).

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

The process color (four color CMYK) of #508eaa color hex is 0.53, 0.16, 0.00, 0.33. Web safe color of #508eaa is #669999. Color #508eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 10101010
Octal 120 216 252
Decimal 80 142 170
Hex 50 8E AA

RGB Percentages of Color #508eaa

%20.41
%36.22
%43.37

CMYK Percentages of Color #508eaa

%53
%16
%0
%33

Triadic Colors of #508eaa

#508eaa #aa508e #8eaa50

Analogous Colors of #508eaa

#508eaa #5061aa #50aa99

Monochromatic Colors of #508eaa

#508eaa

Complementary Color

#508eaa #aa6c50

#508eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#508eaa Color CSS Codes

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

#508eaa Text Font Color

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

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


#508eaa Background Color

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

This div background color is #508eaa


#508eaa Border Color

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

This div border color is #508eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508eaa


Comments

No comments written yet.

Please login to write comment.