Color Hex Logo

#517dfb Color Hex

#517DFB
(81,125,251)
0 Favorites   0 Comments

Color spaces of #517dfb

RGB 81125251
HSL0.620.960.65
HSV224°68°98°
CMYK 0.680.500.00   0.02
XYZ28.139523.381694.2968
Yxy23.38160.19300.1603
Hunter Lab48.354519.2561-81.7741
CIE-Lab55.463225.2130-67.4253

#517dfb color RGB value is (81,125,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111101 11111011
Octal 121 175 373
Decimal 81 125 251
Hex 51 7D FB

RGB Percentages of Color #517dfb

%17.72
%27.35
%54.92

CMYK Percentages of Color #517dfb

%68
%50
%0
%2

Triadic Colors of #517dfb

#517dfb #fb517d #7dfb51

Analogous Colors of #517dfb

#517dfb #7a51fb #51d2fb

Monochromatic Colors of #517dfb

#517dfb

Complementary Color

#517dfb #fbcf51

#517dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#517dfb Color CSS Codes

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

#517dfb Text Font Color

<p style="color:#517dfb">Text here</p>

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


#517dfb Background Color

<div style="background-color:#517dfb">
Div content here</div>

This div background color is #517dfb


#517dfb Border Color

<div style="border:3px solid #517dfb">
Div here</div>

This div border color is #517dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517dfb


Comments

No comments written yet.

Please login to write comment.