Color Hex Logo

#518cfa Color Hex

#518CFA
(81,140,250)
0 Favorites   0 Comments

Color spaces of #518cfa

RGB 81140250
HSL0.610.940.65
HSV219°68°98°
CMYK 0.680.440.00   0.02
XYZ30.026727.407694.1501
Yxy27.40760.19810.1808
Hunter Lab52.352310.7624-69.9803
CIE-Lab59.349715.7501-60.6255

#518cfa color RGB value is (81,140,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001100 11111010
Octal 121 214 372
Decimal 81 140 250
Hex 51 8C FA

RGB Percentages of Color #518cfa

%17.20
%29.72
%53.08

CMYK Percentages of Color #518cfa

%68
%44
%0
%2

Triadic Colors of #518cfa

#518cfa #fa518c #8cfa51

Analogous Colors of #518cfa

#518cfa #6b51fa #51e1fa

Monochromatic Colors of #518cfa

#518cfa

Complementary Color

#518cfa #fabf51

#518cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#518cfa Color CSS Codes

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

#518cfa Text Font Color

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

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


#518cfa Background Color

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

This div background color is #518cfa


#518cfa Border Color

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

This div border color is #518cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518cfa


Comments

No comments written yet.

Please login to write comment.