Color Hex Logo

#516bfd Color Hex

#516BFD
(81,107,253)
0 Favorites   0 Comments

Color spaces of #516bfd

RGB 81107253
HSL0.640.980.65
HSV231°68°99°
CMYK 0.680.580.00   0.01
XYZ26.380719.356695.2743
Yxy19.35660.18710.1373
Hunter Lab43.996130.0379-97.5961
CIE-Lab51.101836.9194-75.6014

#516bfd color RGB value is (81,107,253).

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

The process color (four color CMYK) of #516bfd color hex is 0.68, 0.58, 0.00, 0.01. Web safe color of #516bfd is #6666ff. Color #516bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101011 11111101
Octal 121 153 375
Decimal 81 107 253
Hex 51 6B FD

RGB Percentages of Color #516bfd

%18.37
%24.26
%57.37

CMYK Percentages of Color #516bfd

%68
%58
%0
%1

Triadic Colors of #516bfd

#516bfd #fd516b #6bfd51

Analogous Colors of #516bfd

#516bfd #8d51fd #51c1fd

Monochromatic Colors of #516bfd

#516bfd

Complementary Color

#516bfd #fde351

#516bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#516bfd Color CSS Codes

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

#516bfd Text Font Color

<p style="color:#516bfd">Text here</p>

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


#516bfd Background Color

<div style="background-color:#516bfd">
Div content here</div>

This div background color is #516bfd


#516bfd Border Color

<div style="border:3px solid #516bfd">
Div here</div>

This div border color is #516bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516bfd


Comments

No comments written yet.

Please login to write comment.