Color Hex Logo

#518cfb Color Hex

#518CFB
(81,140,251)
0 Favorites   0 Comments

Color spaces of #518cfb

RGB 81140251
HSL0.610.960.65
HSV219°68°98°
CMYK 0.680.440.00   0.02
XYZ30.184027.470594.9783
Yxy27.47050.19780.1800
Hunter Lab52.412311.0758-70.7530
CIE-Lab59.407316.0955-61.0833

#518cfb color RGB value is (81,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001100 11111011
Octal 121 214 373
Decimal 81 140 251
Hex 51 8C FB

RGB Percentages of Color #518cfb

%17.16
%29.66
%53.18

CMYK Percentages of Color #518cfb

%68
%44
%0
%2

Triadic Colors of #518cfb

#518cfb #fb518c #8cfb51

Analogous Colors of #518cfb

#518cfb #6b51fb #51e1fb

Monochromatic Colors of #518cfb

#518cfb

Complementary Color

#518cfb #fbc051

#518cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#518cfb Color CSS Codes

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

#518cfb Text Font Color

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

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


#518cfb Background Color

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

This div background color is #518cfb


#518cfb Border Color

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

This div border color is #518cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518cfb


Comments

No comments written yet.

Please login to write comment.