Color Hex Logo

#516eca Color Hex

#516ECA
(81,110,202)
0 Favorites   0 Comments

Color spaces of #516eca

RGB 81110202
HSL0.630.530.55
HSV226°60°79°
CMYK 0.600.460.00   0.21
XYZ19.629917.165558.1558
Yxy17.16550.20670.1808
Hunter Lab41.431312.0676-54.2217
CIE-Lab48.467917.6704-51.1195

#516eca color RGB value is (81,110,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101110 11001010
Octal 121 156 312
Decimal 81 110 202
Hex 51 6E CA

RGB Percentages of Color #516eca

%20.61
%27.99
%51.40

CMYK Percentages of Color #516eca

%60
%46
%0
%21

Triadic Colors of #516eca

#516eca #ca516e #6eca51

Analogous Colors of #516eca

#516eca #7151ca #51abca

Monochromatic Colors of #516eca

#516eca

Complementary Color

#516eca #caad51

#516eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#516eca Color CSS Codes

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

#516eca Text Font Color

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

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


#516eca Background Color

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

This div background color is #516eca


#516eca Border Color

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

This div border color is #516eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,110,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 #516eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516eca


Comments

No comments written yet.

Please login to write comment.