Color Hex Logo

#516ede Color Hex

#516EDE
(81,110,222)
0 Favorites   0 Comments

Color spaces of #516ede

RGB 81110222
HSL0.630.680.59
HSV228°64°87°
CMYK 0.640.500.00   0.13
XYZ22.154118.175171.4477
Yxy18.17510.19820.1626
Hunter Lab42.632318.1521-69.5219
CIE-Lab49.707824.4869-60.5065

#516ede color RGB value is (81,110,222).

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

The process color (four color CMYK) of #516ede color hex is 0.64, 0.50, 0.00, 0.13. Web safe color of #516ede is #6666cc. Color #516ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101110 11011110
Octal 121 156 336
Decimal 81 110 222
Hex 51 6E DE

RGB Percentages of Color #516ede

%19.61
%26.63
%53.75

CMYK Percentages of Color #516ede

%64
%50
%0
%13

Triadic Colors of #516ede

#516ede #de516e #6ede51

Analogous Colors of #516ede

#516ede #7b51de #51b5de

Monochromatic Colors of #516ede

#516ede

Complementary Color

#516ede #dec151

#516ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#516ede Color CSS Codes

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

#516ede Text Font Color

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

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


#516ede Background Color

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

This div background color is #516ede


#516ede Border Color

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

This div border color is #516ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516ede


Comments

No comments written yet.

Please login to write comment.