Color Hex Logo

#518bbf Color Hex

#518BBF
(81,139,191)
0 Favorites   0 Comments

Color spaces of #518bbf

RGB 81139191
HSL0.580.460.53
HSV208°58°75°
CMYK 0.580.270.00   0.25
XYZ22.029923.976252.7570
Yxy23.97620.22310.2428
Hunter Lab48.9655-5.3813-29.6051
CIE-Lab56.0640-3.4864-32.8375

#518bbf color RGB value is (81,139,191).

#518bbf hex color red value is 81, green value is 139 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #518bbf hue: 0.58 , saturation: 0.46 and the lightness value of 518bbf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001011 10111111
Octal 121 213 277
Decimal 81 139 191
Hex 51 8B BF

RGB Percentages of Color #518bbf

%19.71
%33.82
%46.47

CMYK Percentages of Color #518bbf

%58
%27
%0
%25

Triadic Colors of #518bbf

#518bbf #bf518b #8bbf51

Analogous Colors of #518bbf

#518bbf #5154bf #51bfbc

Monochromatic Colors of #518bbf

#518bbf

Complementary Color

#518bbf #bf8551

#518bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#518bbf Color CSS Codes

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

#518bbf Text Font Color

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

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


#518bbf Background Color

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

This div background color is #518bbf


#518bbf Border Color

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

This div border color is #518bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518bbf


Comments

No comments written yet.

Please login to write comment.