Color Hex Logo

#518afd Color Hex

#518AFD
(81,138,253)
0 Favorites   0 Comments

Color spaces of #518afd

RGB 81138253
HSL0.610.980.65
HSV220°68°99°
CMYK 0.680.450.00   0.01
XYZ30.211427.018196.5512
Yxy27.01810.19650.1757
Hunter Lab51.978912.7853-73.7463
CIE-Lab58.991117.9928-62.8501

#518afd color RGB value is (81,138,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 11111101
Octal 121 212 375
Decimal 81 138 253
Hex 51 8A FD

RGB Percentages of Color #518afd

%17.16
%29.24
%53.60

CMYK Percentages of Color #518afd

%68
%45
%0
%1

Triadic Colors of #518afd

#518afd #fd518a #8afd51

Analogous Colors of #518afd

#518afd #6e51fd #51e0fd

Monochromatic Colors of #518afd

#518afd

Complementary Color

#518afd #fdc451

#518afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#518afd Color CSS Codes

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

#518afd Text Font Color

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

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


#518afd Background Color

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

This div background color is #518afd


#518afd Border Color

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

This div border color is #518afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518afd

Related Colors


Comments

No comments written yet.

Please login to write comment.