Color Hex Logo

#518fbf Color Hex

#518FBF
(81,143,191)
0 Favorites   0 Comments

Color spaces of #518fbf

RGB 81143191
HSL0.570.460.53
HSV206°58°75°
CMYK 0.580.250.00   0.25
XYZ22.619825.155852.9536
Yxy25.15580.22460.2497
Hunter Lab50.1556-7.2700-27.4887
CIE-Lab57.2269-5.7818-31.0273

#518fbf color RGB value is (81,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 10111111
Octal 121 217 277
Decimal 81 143 191
Hex 51 8F BF

RGB Percentages of Color #518fbf

%19.52
%34.46
%46.02

CMYK Percentages of Color #518fbf

%58
%25
%0
%25

Triadic Colors of #518fbf

#518fbf #bf518f #8fbf51

Analogous Colors of #518fbf

#518fbf #5158bf #51bfb8

Monochromatic Colors of #518fbf

#518fbf

Complementary Color

#518fbf #bf8151

#518fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#518fbf Color CSS Codes

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

#518fbf Text Font Color

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

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


#518fbf Background Color

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

This div background color is #518fbf


#518fbf Border Color

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

This div border color is #518fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518fbf


Comments

No comments written yet.

Please login to write comment.