Color Hex Logo

#508bdb Color Hex

#508BDB
(80,139,219)
0 Favorites   0 Comments

Color spaces of #508bdb

RGB 80139219
HSL0.600.660.59
HSV215°63°86°
CMYK 0.630.370.00   0.14
XYZ25.327125.285270.5635
Yxy25.28520.20900.2087
Hunter Lab50.28441.9087-48.0019
CIE-Lab57.35235.5768-46.6065

#508bdb color RGB value is (80,139,219).

#508bdb hex color red value is 80, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #508bdb hue: 0.60 , saturation: 0.66 and the lightness value of 508bdb is 0.59.

The process color (four color CMYK) of #508bdb color hex is 0.63, 0.37, 0.00, 0.14. Web safe color of #508bdb is #6699cc. Color #508bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 11011011
Octal 120 213 333
Decimal 80 139 219
Hex 50 8B DB

RGB Percentages of Color #508bdb

%18.26
%31.74
%50.00

CMYK Percentages of Color #508bdb

%63
%37
%0
%14

Triadic Colors of #508bdb

#508bdb #db508b #8bdb50

Analogous Colors of #508bdb

#508bdb #5a50db #50d1db

Monochromatic Colors of #508bdb

#508bdb

Complementary Color

#508bdb #dba050

#508bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508bdb Color CSS Codes

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

#508bdb Text Font Color

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

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


#508bdb Background Color

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

This div background color is #508bdb


#508bdb Border Color

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

This div border color is #508bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508bdb


Comments

No comments written yet.

Please login to write comment.