Color Hex Logo

#516cea Color Hex

#516CEA
(81,108,234)
0 Favorites   0 Comments

Color spaces of #516cea

RGB 81108234
HSL0.640.780.62
HSV229°65°92°
CMYK 0.650.540.00   0.08
XYZ23.607218.415080.1521
Yxy18.41500.19320.1507
Hunter Lab42.912723.0995-80.7026
CIE-Lab49.995629.8319-66.7994

#516cea color RGB value is (81,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101100 11101010
Octal 121 154 352
Decimal 81 108 234
Hex 51 6C EA

RGB Percentages of Color #516cea

%19.15
%25.53
%55.32

CMYK Percentages of Color #516cea

%65
%54
%0
%8

Triadic Colors of #516cea

#516cea #ea516c #6cea51

Analogous Colors of #516cea

#516cea #8351ea #51b9ea

Monochromatic Colors of #516cea

#516cea

Complementary Color

#516cea #eacf51

#516cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#516cea Color CSS Codes

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

#516cea Text Font Color

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

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


#516cea Background Color

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

This div background color is #516cea


#516cea Border Color

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

This div border color is #516cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516cea


Comments

No comments written yet.

Please login to write comment.