Color Hex Logo

#508fab Color Hex

#508FAB
(80,143,171)
0 Favorites   0 Comments

Color spaces of #508fab

RGB 80143171
HSL0.550.360.49
HSV198°53°67°
CMYK 0.530.160.00   0.33
XYZ20.481424.290742.1372
Yxy24.29070.23570.2795
Hunter Lab49.2856-12.0713-16.1906
CIE-Lab56.3777-12.2104-20.9575

#508fab color RGB value is (80,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 10101011
Octal 120 217 253
Decimal 80 143 171
Hex 50 8F AB

RGB Percentages of Color #508fab

%20.30
%36.29
%43.40

CMYK Percentages of Color #508fab

%53
%16
%0
%33

Triadic Colors of #508fab

#508fab #ab508f #8fab50

Analogous Colors of #508fab

#508fab #5062ab #50ab9a

Monochromatic Colors of #508fab

#508fab

Complementary Color

#508fab #ab6c50

#508fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fab Color CSS Codes

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

#508fab Text Font Color

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

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


#508fab Background Color

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

This div background color is #508fab


#508fab Border Color

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

This div border color is #508fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fab


Comments

No comments written yet.

Please login to write comment.