Color Hex Logo

#516cfb Color Hex

#516CFB
(81,108,251)
0 Favorites   0 Comments

Color spaces of #516cfb

RGB 81108251
HSL0.640.960.65
HSV230°68°98°
CMYK 0.680.570.00   0.02
XYZ26.168519.439593.6398
Yxy19.43950.18790.1396
Hunter Lab44.090228.7856-95.0582
CIE-Lab51.197535.6303-74.3363

#516cfb color RGB value is (81,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101100 11111011
Octal 121 154 373
Decimal 81 108 251
Hex 51 6C FB

RGB Percentages of Color #516cfb

%18.41
%24.55
%57.05

CMYK Percentages of Color #516cfb

%68
%57
%0
%2

Triadic Colors of #516cfb

#516cfb #fb516c #6cfb51

Analogous Colors of #516cfb

#516cfb #8b51fb #51c1fb

Monochromatic Colors of #516cfb

#516cfb

Complementary Color

#516cfb #fbe051

#516cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#516cfb Color CSS Codes

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

#516cfb Text Font Color

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

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


#516cfb Background Color

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

This div background color is #516cfb


#516cfb Border Color

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

This div border color is #516cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.