Color Hex Logo

#518ffb Color Hex

#518FFB
(81,143,251)
0 Favorites   0 Comments

Color spaces of #518ffb

RGB 81143251
HSL0.610.960.65
HSV218°68°98°
CMYK 0.680.430.00   0.02
XYZ30.628428.359395.1264
Yxy28.35930.19870.1840
Hunter Lab53.25359.4697-68.6320
CIE-Lab60.212014.2932-59.7953

#518ffb color RGB value is (81,143,251).

#518ffb hex color red value is 81, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #518ffb hue: 0.61 , saturation: 0.96 and the lightness value of 518ffb is 0.65.

The process color (four color CMYK) of #518ffb color hex is 0.68, 0.43, 0.00, 0.02. Web safe color of #518ffb is #6699ff. Color #518ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 11111011
Octal 121 217 373
Decimal 81 143 251
Hex 51 8F FB

RGB Percentages of Color #518ffb

%17.05
%30.11
%52.84

CMYK Percentages of Color #518ffb

%68
%43
%0
%2

Triadic Colors of #518ffb

#518ffb #fb518f #8ffb51

Analogous Colors of #518ffb

#518ffb #6851fb #51e4fb

Monochromatic Colors of #518ffb

#518ffb

Complementary Color

#518ffb #fbbd51

#518ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#518ffb Color CSS Codes

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

#518ffb Text Font Color

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

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


#518ffb Background Color

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

This div background color is #518ffb


#518ffb Border Color

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

This div border color is #518ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518ffb


Comments

No comments written yet.

Please login to write comment.