Color Hex Logo

#516bcd Color Hex

#516BCD
(81,107,205)
0 Favorites   0 Comments

Color spaces of #516bcd

RGB 81107205
HSL0.630.550.56
HSV227°60°80°
CMYK 0.600.480.00   0.20
XYZ19.670516.672559.9390
Yxy16.67250.20430.1732
Hunter Lab40.832014.5351-58.4519
CIE-Lab47.844720.5602-53.8358

#516bcd color RGB value is (81,107,205).

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

The process color (four color CMYK) of #516bcd color hex is 0.60, 0.48, 0.00, 0.20. Web safe color of #516bcd is #6666cc. Color #516bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101011 11001101
Octal 121 153 315
Decimal 81 107 205
Hex 51 6B CD

RGB Percentages of Color #516bcd

%20.61
%27.23
%52.16

CMYK Percentages of Color #516bcd

%60
%48
%0
%20

Triadic Colors of #516bcd

#516bcd #cd516b #6bcd51

Analogous Colors of #516bcd

#516bcd #7551cd #51a9cd

Monochromatic Colors of #516bcd

#516bcd

Complementary Color

#516bcd #cdb351

#516bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#516bcd Color CSS Codes

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

#516bcd Text Font Color

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

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


#516bcd Background Color

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

This div background color is #516bcd


#516bcd Border Color

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

This div border color is #516bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516bcd


Comments

No comments written yet.

Please login to write comment.