Color Hex Logo

#508dbd Color Hex

#508DBD
(80,141,189)
0 Favorites   0 Comments

Color spaces of #508dbd

RGB 80141189
HSL0.570.450.53
HSV206°58°74°
CMYK 0.580.250.00   0.26
XYZ22.018424.429351.6990
Yxy24.42930.22430.2489
Hunter Lab49.4260-6.9770-27.4184
CIE-Lab56.5151-5.4843-31.0025

#508dbd color RGB value is (80,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001101 10111101
Octal 120 215 275
Decimal 80 141 189
Hex 50 8D BD

RGB Percentages of Color #508dbd

%19.51
%34.39
%46.10

CMYK Percentages of Color #508dbd

%58
%25
%0
%26

Triadic Colors of #508dbd

#508dbd #bd508d #8dbd50

Analogous Colors of #508dbd

#508dbd #5057bd #50bdb7

Monochromatic Colors of #508dbd

#508dbd

Complementary Color

#508dbd #bd8050

#508dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#508dbd Color CSS Codes

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

#508dbd Text Font Color

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

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


#508dbd Background Color

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

This div background color is #508dbd


#508dbd Border Color

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

This div border color is #508dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508dbd

#508dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.