Color Hex Logo

#516dce Color Hex

#516DCE
(81,109,206)
0 Favorites   0 Comments

Color spaces of #516dce

RGB 81109206
HSL0.630.560.56
HSV227°61°81°
CMYK 0.610.470.00   0.19
XYZ20.002617.142860.6472
Yxy17.14280.20450.1753
Hunter Lab41.403913.7783-57.8636
CIE-Lab48.439519.6517-53.4534

#516dce color RGB value is (81,109,206).

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

The process color (four color CMYK) of #516dce color hex is 0.61, 0.47, 0.00, 0.19. Web safe color of #516dce is #6666cc. Color #516dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101101 11001110
Octal 121 155 316
Decimal 81 109 206
Hex 51 6D CE

RGB Percentages of Color #516dce

%20.45
%27.53
%52.02

CMYK Percentages of Color #516dce

%61
%47
%0
%19

Triadic Colors of #516dce

#516dce #ce516d #6dce51

Analogous Colors of #516dce

#516dce #7451ce #51acce

Monochromatic Colors of #516dce

#516dce

Complementary Color

#516dce #ceb251

#516dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#516dce Color CSS Codes

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

#516dce Text Font Color

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

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


#516dce Background Color

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

This div background color is #516dce


#516dce Border Color

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

This div border color is #516dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516dce


Comments

No comments written yet.

Please login to write comment.