Color Hex Logo

#516bfb Color Hex

#516BFB
(81,107,251)
0 Favorites   0 Comments

Color spaces of #516bfb

RGB 81107251
HSL0.640.960.65
HSV231°68°98°
CMYK 0.680.570.00   0.02
XYZ26.063619.229893.6048
Yxy19.22980.18760.1384
Hunter Lab43.851829.3520-95.8625
CIE-Lab50.955036.2403-74.7307

#516bfb color RGB value is (81,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101011 11111011
Octal 121 153 373
Decimal 81 107 251
Hex 51 6B FB

RGB Percentages of Color #516bfb

%18.45
%24.37
%57.18

CMYK Percentages of Color #516bfb

%68
%57
%0
%2

Triadic Colors of #516bfb

#516bfb #fb516b #6bfb51

Analogous Colors of #516bfb

#516bfb #8c51fb #51c0fb

Monochromatic Colors of #516bfb

#516bfb

Complementary Color

#516bfb #fbe151

#516bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#516bfb Color CSS Codes

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

#516bfb Text Font Color

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

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


#516bfb Background Color

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

This div background color is #516bfb


#516bfb Border Color

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

This div border color is #516bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516bfb


Comments

No comments written yet.

Please login to write comment.