Color Hex Logo

#518fbd Color Hex

#518FBD
(81,143,189)
0 Favorites   0 Comments

Color spaces of #518fbd

RGB 81143189
HSL0.570.450.53
HSV206°57°74°
CMYK 0.570.240.00   0.26
XYZ22.401125.068451.8021
Yxy25.06840.22570.2525
Hunter Lab50.0684-7.7569-26.2952
CIE-Lab57.1420-6.4177-30.0253

#518fbd color RGB value is (81,143,189).

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

The process color (four color CMYK) of #518fbd color hex is 0.57, 0.24, 0.00, 0.26. Web safe color of #518fbd is #6699cc. Color #518fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 10111101
Octal 121 217 275
Decimal 81 143 189
Hex 51 8F BD

RGB Percentages of Color #518fbd

%19.61
%34.62
%45.76

CMYK Percentages of Color #518fbd

%57
%24
%0
%26

Triadic Colors of #518fbd

#518fbd #bd518f #8fbd51

Analogous Colors of #518fbd

#518fbd #5159bd #51bdb5

Monochromatic Colors of #518fbd

#518fbd

Complementary Color

#518fbd #bd7f51

#518fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#518fbd Color CSS Codes

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

#518fbd Text Font Color

<p style="color:#518fbd">Text here</p>

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


#518fbd Background Color

<div style="background-color:#518fbd">
Div content here</div>

This div background color is #518fbd


#518fbd Border Color

<div style="border:3px solid #518fbd">
Div here</div>

This div border color is #518fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,143,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #518fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #518fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #518fbd;
  box-shadow:         1px 1px 3px 2px #518fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,143,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 #518fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518fbd


Comments

No comments written yet.

Please login to write comment.