Color Hex Logo

#518fff Color Hex

#518FFF
(81,143,255)
0 Favorites   0 Comments

Color spaces of #518fff

RGB 81143255
HSL0.611.000.66
HSV219°68°100°
CMYK 0.680.440.00   0.00
XYZ31.265828.614398.4830
Yxy28.61430.19740.1807
Hunter Lab53.492310.7201-71.7123
CIE-Lab60.439715.6731-61.6255

#518fff color RGB value is (81,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 11111111
Octal 121 217 377
Decimal 81 143 255
Hex 51 8F FF

RGB Percentages of Color #518fff

%16.91
%29.85
%53.24

CMYK Percentages of Color #518fff

%68
%44
%0
%0

Triadic Colors of #518fff

#518fff #ff518f #8fff51

Analogous Colors of #518fff

#518fff #6a51ff #51e6ff

Monochromatic Colors of #518fff

#518fff

Complementary Color

#518fff #ffc151

#518fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#518fff Color CSS Codes

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

#518fff Text Font Color

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

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


#518fff Background Color

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

This div background color is #518fff


#518fff Border Color

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

This div border color is #518fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518fff


Comments

No comments written yet.

Please login to write comment.