Color Hex Logo

#516ddd Color Hex

#516DDD
(81,109,221)
0 Favorites   0 Comments

Color spaces of #516ddd

RGB 81109221
HSL0.630.670.59
HSV228°63°87°
CMYK 0.630.510.00   0.13
XYZ21.913117.907170.7081
Yxy17.90710.19830.1620
Hunter Lab42.316818.3791-69.4473
CIE-Lab49.383224.7661-60.4644

#516ddd color RGB value is (81,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101101 11011101
Octal 121 155 335
Decimal 81 109 221
Hex 51 6D DD

RGB Percentages of Color #516ddd

%19.71
%26.52
%53.77

CMYK Percentages of Color #516ddd

%63
%51
%0
%13

Triadic Colors of #516ddd

#516ddd #dd516d #6ddd51

Analogous Colors of #516ddd

#516ddd #7b51dd #51b3dd

Monochromatic Colors of #516ddd

#516ddd

Complementary Color

#516ddd #ddc151

#516ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#516ddd Color CSS Codes

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

#516ddd Text Font Color

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

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


#516ddd Background Color

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

This div background color is #516ddd


#516ddd Border Color

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

This div border color is #516ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516ddd


Comments

No comments written yet.

Please login to write comment.