Color Hex Logo

#518efd Color Hex

#518EFD
(81,142,253)
0 Favorites   0 Comments

Color spaces of #518efd

RGB 81142253
HSL0.610.980.65
HSV219°68°99°
CMYK 0.680.440.00   0.01
XYZ30.796028.187296.7461
Yxy28.18720.19780.1810
Hunter Lab53.091610.6293-70.8770
CIE-Lab60.057515.5831-61.1407

#518efd color RGB value is (81,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001110 11111101
Octal 121 216 375
Decimal 81 142 253
Hex 51 8E FD

RGB Percentages of Color #518efd

%17.02
%29.83
%53.15

CMYK Percentages of Color #518efd

%68
%44
%0
%1

Triadic Colors of #518efd

#518efd #fd518e #8efd51

Analogous Colors of #518efd

#518efd #6a51fd #51e4fd

Monochromatic Colors of #518efd

#518efd

Complementary Color

#518efd #fdc051

#518efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#518efd Color CSS Codes

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

#518efd Text Font Color

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

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


#518efd Background Color

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

This div background color is #518efd


#518efd Border Color

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

This div border color is #518efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518efd

Related Colors


Comments

No comments written yet.

Please login to write comment.