Color Hex Logo

#518dbb Color Hex

#518DBB
(81,141,187)
0 Favorites   0 Comments

Color spaces of #518dbb

RGB 81141187
HSL0.570.440.53
HSV206°57°73°
CMYK 0.570.250.00   0.27
XYZ21.887924.386950.5672
Yxy24.38690.22600.2518
Hunter Lab49.3831-7.3045-26.1435
CIE-Lab56.4731-5.9113-29.9279

#518dbb color RGB value is (81,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001101 10111011
Octal 121 215 273
Decimal 81 141 187
Hex 51 8D BB

RGB Percentages of Color #518dbb

%19.80
%34.47
%45.72

CMYK Percentages of Color #518dbb

%57
%25
%0
%27

Triadic Colors of #518dbb

#518dbb #bb518d #8dbb51

Analogous Colors of #518dbb

#518dbb #5158bb #51bbb4

Monochromatic Colors of #518dbb

#518dbb

Complementary Color

#518dbb #bb7f51

#518dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#518dbb Color CSS Codes

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

#518dbb Text Font Color

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

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


#518dbb Background Color

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

This div background color is #518dbb


#518dbb Border Color

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

This div border color is #518dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518dbb


Comments

No comments written yet.

Please login to write comment.