Color Hex Logo

#508dbb Color Hex

#508DBB
(80,141,187)
0 Favorites   0 Comments

Color spaces of #508dbb

RGB 80141187
HSL0.570.440.52
HSV206°57°73°
CMYK 0.570.250.00   0.27
XYZ21.802824.343150.5633
Yxy24.34310.22540.2517
Hunter Lab49.3387-7.4636-26.2245
CIE-Lab56.4297-6.1219-29.9988

#508dbb color RGB value is (80,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001101 10111011
Octal 120 215 273
Decimal 80 141 187
Hex 50 8D BB

RGB Percentages of Color #508dbb

%19.61
%34.56
%45.83

CMYK Percentages of Color #508dbb

%57
%25
%0
%27

Triadic Colors of #508dbb

#508dbb #bb508d #8dbb50

Analogous Colors of #508dbb

#508dbb #5058bb #50bbb4

Monochromatic Colors of #508dbb

#508dbb

Complementary Color

#508dbb #bb7e50

#508dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508dbb Color CSS Codes

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

#508dbb Text Font Color

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

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


#508dbb Background Color

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

This div background color is #508dbb


#508dbb Border Color

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

This div border color is #508dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508dbb


Comments

No comments written yet.

Please login to write comment.