Color Hex Logo

#508bba Color Hex

#508BBA
(80,139,186)
0 Favorites   0 Comments

Color spaces of #508bba

RGB 80139186
HSL0.570.430.52
HSV207°57°73°
CMYK 0.570.250.00   0.27
XYZ21.403823.715949.9039
Yxy23.71590.22520.2496
Hunter Lab48.6990-6.7702-26.6677
CIE-Lab55.8022-5.2959-30.4044

#508bba color RGB value is (80,139,186).

#508bba hex color red value is 80, green value is 139 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #508bba hue: 0.57 , saturation: 0.43 and the lightness value of 508bba is 0.52.

The process color (four color CMYK) of #508bba color hex is 0.57, 0.25, 0.00, 0.27. Web safe color of #508bba is #6699cc. Color #508bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 10111010
Octal 120 213 272
Decimal 80 139 186
Hex 50 8B BA

RGB Percentages of Color #508bba

%19.75
%34.32
%45.93

CMYK Percentages of Color #508bba

%57
%25
%0
%27

Triadic Colors of #508bba

#508bba #ba508b #8bba50

Analogous Colors of #508bba

#508bba #5056ba #50bab4

Monochromatic Colors of #508bba

#508bba

Complementary Color

#508bba #ba7f50

#508bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#508bba Color CSS Codes

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

#508bba Text Font Color

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

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


#508bba Background Color

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

This div background color is #508bba


#508bba Border Color

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

This div border color is #508bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508bba


Comments

No comments written yet.

Please login to write comment.