Color Hex Logo

#508fad Color Hex

#508FAD
(80,143,173)
0 Favorites   0 Comments

Color spaces of #508fad

RGB 80143173
HSL0.550.370.50
HSV199°54°68°
CMYK 0.540.170.00   0.32
XYZ20.673624.367543.1490
Yxy24.36750.23440.2763
Hunter Lab49.3634-11.6296-17.2715
CIE-Lab56.4539-11.6041-21.9835

#508fad color RGB value is (80,143,173).

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

The process color (four color CMYK) of #508fad color hex is 0.54, 0.17, 0.00, 0.32. Web safe color of #508fad is #669999. Color #508fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 10101101
Octal 120 217 255
Decimal 80 143 173
Hex 50 8F AD

RGB Percentages of Color #508fad

%20.20
%36.11
%43.69

CMYK Percentages of Color #508fad

%54
%17
%0
%32

Triadic Colors of #508fad

#508fad #ad508f #8fad50

Analogous Colors of #508fad

#508fad #5060ad #50ad9d

Monochromatic Colors of #508fad

#508fad

Complementary Color

#508fad #ad6e50

#508fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fad Color CSS Codes

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

#508fad Text Font Color

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

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


#508fad Background Color

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

This div background color is #508fad


#508fad Border Color

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

This div border color is #508fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fad


Comments

No comments written yet.

Please login to write comment.