Color Hex Logo

#518ffa Color Hex

#518FFA
(81,143,250)
0 Favorites   0 Comments

Color spaces of #518ffa

RGB 81143250
HSL0.610.940.65
HSV218°68°98°
CMYK 0.680.430.00   0.02
XYZ30.471128.296494.2982
Yxy28.29640.19910.1849
Hunter Lab53.19449.1593-67.8680
CIE-Lab60.155613.9484-59.3360

#518ffa color RGB value is (81,143,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 11111010
Octal 121 217 372
Decimal 81 143 250
Hex 51 8F FA

RGB Percentages of Color #518ffa

%17.09
%30.17
%52.74

CMYK Percentages of Color #518ffa

%68
%43
%0
%2

Triadic Colors of #518ffa

#518ffa #fa518f #8ffa51

Analogous Colors of #518ffa

#518ffa #6851fa #51e4fa

Monochromatic Colors of #518ffa

#518ffa

Complementary Color

#518ffa #fabc51

#518ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#518ffa Color CSS Codes

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

#518ffa Text Font Color

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

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


#518ffa Background Color

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

This div background color is #518ffa


#518ffa Border Color

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

This div border color is #518ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518ffa


Comments

No comments written yet.

Please login to write comment.