Color Hex Logo

#516eda Color Hex

#516EDA
(81,110,218)
0 Favorites   0 Comments

Color spaces of #516eda

RGB 81110218
HSL0.630.650.59
HSV227°63°85°
CMYK 0.630.500.00   0.15
XYZ21.624217.963168.6572
Yxy17.96310.19980.1659
Hunter Lab42.382916.9025-66.3774
CIE-Lab49.451323.1193-58.6560

#516eda color RGB value is (81,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101110 11011010
Octal 121 156 332
Decimal 81 110 218
Hex 51 6E DA

RGB Percentages of Color #516eda

%19.80
%26.89
%53.30

CMYK Percentages of Color #516eda

%63
%50
%0
%15

Triadic Colors of #516eda

#516eda #da516e #6eda51

Analogous Colors of #516eda

#516eda #7951da #51b3da

Monochromatic Colors of #516eda

#516eda

Complementary Color

#516eda #dabd51

#516eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#516eda Color CSS Codes

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

#516eda Text Font Color

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

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


#516eda Background Color

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

This div background color is #516eda


#516eda Border Color

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

This div border color is #516eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516eda


Comments

No comments written yet.

Please login to write comment.