Color Hex Logo

#516dde Color Hex

#516DDE
(81,109,222)
0 Favorites   0 Comments

Color spaces of #516dde

RGB 81109222
HSL0.630.680.59
HSV228°64°87°
CMYK 0.640.510.00   0.13
XYZ22.046817.960571.4120
Yxy17.96050.19790.1612
Hunter Lab42.379818.6944-70.2405
CIE-Lab49.448225.1085-60.9252

#516dde color RGB value is (81,109,222).

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

The process color (four color CMYK) of #516dde color hex is 0.64, 0.51, 0.00, 0.13. Web safe color of #516dde is #6666cc. Color #516dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101101 11011110
Octal 121 155 336
Decimal 81 109 222
Hex 51 6D DE

RGB Percentages of Color #516dde

%19.66
%26.46
%53.88

CMYK Percentages of Color #516dde

%64
%51
%0
%13

Triadic Colors of #516dde

#516dde #de516d #6dde51

Analogous Colors of #516dde

#516dde #7c51de #51b4de

Monochromatic Colors of #516dde

#516dde

Complementary Color

#516dde #dec251

#516dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#516dde Color CSS Codes

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

#516dde Text Font Color

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

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


#516dde Background Color

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

This div background color is #516dde


#516dde Border Color

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

This div border color is #516dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516dde


Comments

No comments written yet.

Please login to write comment.