Color Hex Logo

#516efb Color Hex

#516EFB
(81,110,251)
0 Favorites   0 Comments

Color spaces of #516efb

RGB 81110251
HSL0.640.960.65
HSV230°68°98°
CMYK 0.680.560.00   0.02
XYZ26.381919.866293.7109
Yxy19.86620.18850.1419
Hunter Lab44.571527.6541-93.4562
CIE-Lab51.685634.4081-73.5428

#516efb color RGB value is (81,110,251).

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

The process color (four color CMYK) of #516efb color hex is 0.68, 0.56, 0.00, 0.02. Web safe color of #516efb is #6666ff. Color #516efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101110 11111011
Octal 121 156 373
Decimal 81 110 251
Hex 51 6E FB

RGB Percentages of Color #516efb

%18.33
%24.89
%56.79

CMYK Percentages of Color #516efb

%68
%56
%0
%2

Triadic Colors of #516efb

#516efb #fb516e #6efb51

Analogous Colors of #516efb

#516efb #8951fb #51c3fb

Monochromatic Colors of #516efb

#516efb

Complementary Color

#516efb #fbde51

#516efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#516efb Color CSS Codes

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

#516efb Text Font Color

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

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


#516efb Background Color

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

This div background color is #516efb


#516efb Border Color

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

This div border color is #516efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516efb


Comments

No comments written yet.

Please login to write comment.