Color Hex Logo

#517efb Color Hex

#517EFB
(81,126,251)
0 Favorites   0 Comments

Color spaces of #517efb

RGB 81126251
HSL0.620.960.65
HSV224°68°98°
CMYK 0.680.500.00   0.02
XYZ28.266823.636194.3392
Yxy23.63610.19330.1616
Hunter Lab48.617018.7035-81.0179
CIE-Lab55.721624.6012-67.0084

#517efb color RGB value is (81,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 11111011
Octal 121 176 373
Decimal 81 126 251
Hex 51 7E FB

RGB Percentages of Color #517efb

%17.69
%27.51
%54.80

CMYK Percentages of Color #517efb

%68
%50
%0
%2

Triadic Colors of #517efb

#517efb #fb517e #7efb51

Analogous Colors of #517efb

#517efb #7951fb #51d3fb

Monochromatic Colors of #517efb

#517efb

Complementary Color

#517efb #fbce51

#517efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#517efb Color CSS Codes

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

#517efb Text Font Color

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

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


#517efb Background Color

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

This div background color is #517efb


#517efb Border Color

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

This div border color is #517efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517efb

#517efb Color Palettes


Comments

No comments written yet.

Please login to write comment.