Color Hex Logo

#508faa Color Hex

#508FAA
(80,143,170)
0 Favorites   0 Comments

Color spaces of #508faa

RGB 80143170
HSL0.550.360.49
HSV198°53°67°
CMYK 0.530.160.00   0.33
XYZ20.386424.252741.6370
Yxy24.25270.23630.2811
Hunter Lab49.2470-12.2901-15.6551
CIE-Lab56.3399-12.5118-20.4436

#508faa color RGB value is (80,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 10101010
Octal 120 217 252
Decimal 80 143 170
Hex 50 8F AA

RGB Percentages of Color #508faa

%20.36
%36.39
%43.26

CMYK Percentages of Color #508faa

%53
%16
%0
%33

Triadic Colors of #508faa

#508faa #aa508f #8faa50

Analogous Colors of #508faa

#508faa #5062aa #50aa98

Monochromatic Colors of #508faa

#508faa

Complementary Color

#508faa #aa6b50

#508faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#508faa Color CSS Codes

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

#508faa Text Font Color

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

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


#508faa Background Color

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

This div background color is #508faa


#508faa Border Color

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

This div border color is #508faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508faa


Comments

No comments written yet.

Please login to write comment.