Color Hex Logo

#516bda Color Hex

#516BDA
(81,107,218)
0 Favorites   0 Comments

Color spaces of #516bda

RGB 81107218
HSL0.640.650.59
HSV229°63°85°
CMYK 0.630.510.00   0.15
XYZ21.305917.326768.5511
Yxy17.32670.19880.1617
Hunter Lab41.625418.5207-68.5045
CIE-Lab48.669124.9860-59.9163

#516bda color RGB value is (81,107,218).

#516bda hex color red value is 81, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #516bda hue: 0.64 , saturation: 0.65 and the lightness value of 516bda is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101011 11011010
Octal 121 153 332
Decimal 81 107 218
Hex 51 6B DA

RGB Percentages of Color #516bda

%19.95
%26.35
%53.69

CMYK Percentages of Color #516bda

%63
%51
%0
%15

Triadic Colors of #516bda

#516bda #da516b #6bda51

Analogous Colors of #516bda

#516bda #7c51da #51b0da

Monochromatic Colors of #516bda

#516bda

Complementary Color

#516bda #dac051

#516bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#516bda Color CSS Codes

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

#516bda Text Font Color

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

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


#516bda Background Color

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

This div background color is #516bda


#516bda Border Color

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

This div border color is #516bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516bda


Comments

No comments written yet.

Please login to write comment.