Color Hex Logo

#516dca Color Hex

#516DCA
(81,109,202)
0 Favorites   0 Comments

Color spaces of #516dca

RGB 81109202
HSL0.630.530.55
HSV226°60°79°
CMYK 0.600.460.00   0.21
XYZ19.522616.950958.1200
Yxy16.95090.20640.1792
Hunter Lab41.171512.5907-54.8771
CIE-Lab48.198118.2938-51.5513

#516dca color RGB value is (81,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101101 11001010
Octal 121 155 312
Decimal 81 109 202
Hex 51 6D CA

RGB Percentages of Color #516dca

%20.66
%27.81
%51.53

CMYK Percentages of Color #516dca

%60
%46
%0
%21

Triadic Colors of #516dca

#516dca #ca516d #6dca51

Analogous Colors of #516dca

#516dca #7251ca #51aaca

Monochromatic Colors of #516dca

#516dca

Complementary Color

#516dca #caae51

#516dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#516dca Color CSS Codes

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

#516dca Text Font Color

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

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


#516dca Background Color

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

This div background color is #516dca


#516dca Border Color

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

This div border color is #516dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516dca


Comments

No comments written yet.

Please login to write comment.