Color Hex Logo

#517bff Color Hex

#517BFF
(81,123,255)
0 Favorites   0 Comments

Color spaces of #517bff

RGB 81123255
HSL0.631.000.66
HSV226°68°100°
CMYK 0.680.520.00   0.00
XYZ28.526323.135297.5698
Yxy23.13520.19120.1550
Hunter Lab48.099121.6903-86.6015
CIE-Lab55.211327.8188-70.0402

#517bff color RGB value is (81,123,255).

#517bff hex color red value is 81, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #517bff hue: 0.63 , saturation: 1.00 and the lightness value of 517bff is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111011 11111111
Octal 121 173 377
Decimal 81 123 255
Hex 51 7B FF

RGB Percentages of Color #517bff

%17.65
%26.80
%55.56

CMYK Percentages of Color #517bff

%68
%52
%0
%0

Triadic Colors of #517bff

#517bff #ff517b #7bff51

Analogous Colors of #517bff

#517bff #7e51ff #51d2ff

Monochromatic Colors of #517bff

#517bff

Complementary Color

#517bff #ffd551

#517bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#517bff Color CSS Codes

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

#517bff Text Font Color

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

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


#517bff Background Color

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

This div background color is #517bff


#517bff Border Color

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

This div border color is #517bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,123,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #517bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517bff

Related Colors


Comments

No comments written yet.

Please login to write comment.