Color Hex Logo

#516ddf Color Hex

#516DDF
(81,109,223)
0 Favorites   0 Comments

Color spaces of #516ddf

RGB 81109223
HSL0.630.690.60
HSV228°64°87°
CMYK 0.640.510.00   0.13
XYZ22.181318.014372.1201
Yxy18.01430.19750.1604
Hunter Lab42.443319.0103-71.0360
CIE-Lab49.513425.4505-61.3851

#516ddf color RGB value is (81,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101101 11011111
Octal 121 155 337
Decimal 81 109 223
Hex 51 6D DF

RGB Percentages of Color #516ddf

%19.61
%26.39
%54.00

CMYK Percentages of Color #516ddf

%64
%51
%0
%13

Triadic Colors of #516ddf

#516ddf #df516d #6ddf51

Analogous Colors of #516ddf

#516ddf #7c51df #51b4df

Monochromatic Colors of #516ddf

#516ddf

Complementary Color

#516ddf #dfc351

#516ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#516ddf Color CSS Codes

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

#516ddf Text Font Color

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

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


#516ddf Background Color

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

This div background color is #516ddf


#516ddf Border Color

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

This div border color is #516ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516ddf


Comments

No comments written yet.

Please login to write comment.