Color Hex Logo

#518fb8 Color Hex

#518FB8
(81,143,184)
0 Favorites   0 Comments

Color spaces of #518fb8

RGB 81143184
HSL0.570.420.52
HSV204°56°72°
CMYK 0.560.220.00   0.28
XYZ21.867524.854948.9923
Yxy24.85490.22850.2597
Hunter Lab49.8547-8.9512-23.3661
CIE-Lab56.9338-7.9922-27.5087

#518fb8 color RGB value is (81,143,184).

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

The process color (four color CMYK) of #518fb8 color hex is 0.56, 0.22, 0.00, 0.28. Web safe color of #518fb8 is #6699cc. Color #518fb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 10111000
Octal 121 217 270
Decimal 81 143 184
Hex 51 8F B8

RGB Percentages of Color #518fb8

%19.85
%35.05
%45.10

CMYK Percentages of Color #518fb8

%56
%22
%0
%28

Triadic Colors of #518fb8

#518fb8 #b8518f #8fb851

Analogous Colors of #518fb8

#518fb8 #515cb8 #51b8ae

Monochromatic Colors of #518fb8

#518fb8

Complementary Color

#518fb8 #b87a51

#518fb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518fb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518fb8 Color CSS Codes

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

#518fb8 Text Font Color

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

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


#518fb8 Background Color

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

This div background color is #518fb8


#518fb8 Border Color

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

This div border color is #518fb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518fb8


Comments

No comments written yet.

Please login to write comment.