Color Hex Logo

#516eea Color Hex

#516EEA
(81,110,234)
0 Favorites   0 Comments

Color spaces of #516eea

RGB 81110234
HSL0.640.780.62
HSV229°65°92°
CMYK 0.650.530.00   0.08
XYZ23.820618.841780.2232
Yxy18.84170.19380.1533
Hunter Lab43.407021.9937-79.1926
CIE-Lab50.501528.5957-65.9806

#516eea color RGB value is (81,110,234).

#516eea hex color red value is 81, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #516eea hue: 0.64 , saturation: 0.78 and the lightness value of 516eea is 0.62.

The process color (four color CMYK) of #516eea color hex is 0.65, 0.53, 0.00, 0.08. Web safe color of #516eea is #6666ff. Color #516eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101110 11101010
Octal 121 156 352
Decimal 81 110 234
Hex 51 6E EA

RGB Percentages of Color #516eea

%19.06
%25.88
%55.06

CMYK Percentages of Color #516eea

%65
%53
%0
%8

Triadic Colors of #516eea

#516eea #ea516e #6eea51

Analogous Colors of #516eea

#516eea #8151ea #51bbea

Monochromatic Colors of #516eea

#516eea

Complementary Color

#516eea #eacd51

#516eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#516eea Color CSS Codes

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

#516eea Text Font Color

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

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


#516eea Background Color

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

This div background color is #516eea


#516eea Border Color

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

This div border color is #516eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516eea


Comments

No comments written yet.

Please login to write comment.