Color Hex Logo

#516edc Color Hex

#516EDC
(81,110,220)
0 Favorites   0 Comments

Color spaces of #516edc

RGB 81110220
HSL0.630.670.59
HSV227°63°86°
CMYK 0.630.500.00   0.14
XYZ21.887518.068570.0441
Yxy18.06850.19900.1643
Hunter Lab42.507117.5249-67.9445
CIE-Lab49.579123.8024-59.5828

#516edc color RGB value is (81,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101110 11011100
Octal 121 156 334
Decimal 81 110 220
Hex 51 6E DC

RGB Percentages of Color #516edc

%19.71
%26.76
%53.53

CMYK Percentages of Color #516edc

%63
%50
%0
%14

Triadic Colors of #516edc

#516edc #dc516e #6edc51

Analogous Colors of #516edc

#516edc #7a51dc #51b4dc

Monochromatic Colors of #516edc

#516edc

Complementary Color

#516edc #dcbf51

#516edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#516edc Color CSS Codes

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

#516edc Text Font Color

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

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


#516edc Background Color

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

This div background color is #516edc


#516edc Border Color

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

This div border color is #516edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516edc


Comments

No comments written yet.

Please login to write comment.