Color Hex Logo

#516fdb Color Hex

#516FDB
(81,111,219)
0 Favorites   0 Comments

Color spaces of #516fdb

RGB 81111219
HSL0.630.660.59
HSV227°63°86°
CMYK 0.630.490.00   0.14
XYZ21.864018.232769.3847
Yxy18.23270.19970.1665
Hunter Lab42.699816.6746-66.4531
CIE-Lab49.777122.8390-58.6979

#516fdb color RGB value is (81,111,219).

#516fdb hex color red value is 81, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #516fdb hue: 0.63 , saturation: 0.66 and the lightness value of 516fdb is 0.59.

The process color (four color CMYK) of #516fdb color hex is 0.63, 0.49, 0.00, 0.14. Web safe color of #516fdb is #6666cc. Color #516fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101111 11011011
Octal 121 157 333
Decimal 81 111 219
Hex 51 6F DB

RGB Percentages of Color #516fdb

%19.71
%27.01
%53.28

CMYK Percentages of Color #516fdb

%63
%49
%0
%14

Triadic Colors of #516fdb

#516fdb #db516f #6fdb51

Analogous Colors of #516fdb

#516fdb #7851db #51b4db

Monochromatic Colors of #516fdb

#516fdb

Complementary Color

#516fdb #dbbd51

#516fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#516fdb Color CSS Codes

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

#516fdb Text Font Color

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

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


#516fdb Background Color

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

This div background color is #516fdb


#516fdb Border Color

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

This div border color is #516fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516fdb


Comments

No comments written yet.

Please login to write comment.