Color Hex Logo

#517ffb Color Hex

#517FFB
(81,127,251)
0 Favorites   0 Comments

Color spaces of #517ffb

RGB 81127251
HSL0.620.960.65
HSV224°68°98°
CMYK 0.680.490.00   0.02
XYZ28.395323.893194.3820
Yxy23.89310.19360.1629
Hunter Lab48.880618.1518-80.2649
CIE-Lab55.980623.9898-66.5907

#517ffb color RGB value is (81,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111111 11111011
Octal 121 177 373
Decimal 81 127 251
Hex 51 7F FB

RGB Percentages of Color #517ffb

%17.65
%27.67
%54.68

CMYK Percentages of Color #517ffb

%68
%49
%0
%2

Triadic Colors of #517ffb

#517ffb #fb517f #7ffb51

Analogous Colors of #517ffb

#517ffb #7851fb #51d4fb

Monochromatic Colors of #517ffb

#517ffb

Complementary Color

#517ffb #fbcd51

#517ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#517ffb Color CSS Codes

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

#517ffb Text Font Color

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

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


#517ffb Background Color

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

This div background color is #517ffb


#517ffb Border Color

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

This div border color is #517ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517ffb


Comments

No comments written yet.

Please login to write comment.