Color Hex Logo

#508bad Color Hex

#508BAD
(80,139,173)
0 Favorites   0 Comments

Color spaces of #508bad

RGB 80139173
HSL0.560.370.50
HSV202°54°68°
CMYK 0.540.200.00   0.32
XYZ20.083723.187842.9523
Yxy23.18780.23290.2689
Hunter Lab48.1537-9.8211-19.1781
CIE-Lab55.2653-9.3684-23.8093

#508bad color RGB value is (80,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 10101101
Octal 120 213 255
Decimal 80 139 173
Hex 50 8B AD

RGB Percentages of Color #508bad

%20.41
%35.46
%44.13

CMYK Percentages of Color #508bad

%54
%20
%0
%32

Triadic Colors of #508bad

#508bad #ad508b #8bad50

Analogous Colors of #508bad

#508bad #505cad #50ada1

Monochromatic Colors of #508bad

#508bad

Complementary Color

#508bad #ad7250

#508bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#508bad Color CSS Codes

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

#508bad Text Font Color

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

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


#508bad Background Color

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

This div background color is #508bad


#508bad Border Color

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

This div border color is #508bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508bad


Comments

No comments written yet.

Please login to write comment.