Color Hex Logo

#516def Color Hex

#516DEF
(81,109,239)
0 Favorites   0 Comments

Color spaces of #516def

RGB 81109239
HSL0.640.830.63
HSV229°66°94°
CMYK 0.660.540.00   0.06
XYZ24.442018.918684.0248
Yxy18.91860.19190.1485
Hunter Lab43.495524.1897-84.0898
CIE-Lab50.591830.9240-68.6343

#516def color RGB value is (81,109,239).

#516def hex color red value is 81, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #516def hue: 0.64 , saturation: 0.83 and the lightness value of 516def is 0.63.

The process color (four color CMYK) of #516def color hex is 0.66, 0.54, 0.00, 0.06. Web safe color of #516def is #6666ff. Color #516def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101101 11101111
Octal 121 155 357
Decimal 81 109 239
Hex 51 6D EF

RGB Percentages of Color #516def

%18.88
%25.41
%55.71

CMYK Percentages of Color #516def

%66
%54
%0
%6

Triadic Colors of #516def

#516def #ef516d #6def51

Analogous Colors of #516def

#516def #8451ef #51bcef

Monochromatic Colors of #516def

#516def

Complementary Color

#516def #efd351

#516def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516def Color Preview on White Background

Lorem ipsum dolor sit amet.

#516def Color CSS Codes

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

#516def Text Font Color

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

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


#516def Background Color

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

This div background color is #516def


#516def Border Color

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

This div border color is #516def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516def


Comments

No comments written yet.

Please login to write comment.