Color Hex Logo

#517efe Color Hex

#517EFE
(81,126,254)
0 Favorites   0 Comments

Color spaces of #517efe

RGB 81126254
HSL0.620.990.66
HSV224°68°100°
CMYK 0.680.500.00   0.00
XYZ28.743623.826896.8500
Yxy23.82680.19240.1595
Hunter Lab48.812719.6884-83.4693
CIE-Lab55.914025.6381-68.3535

#517efe color RGB value is (81,126,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 11111110
Octal 121 176 376
Decimal 81 126 254
Hex 51 7E FE

RGB Percentages of Color #517efe

%17.57
%27.33
%55.10

CMYK Percentages of Color #517efe

%68
%50
%0
%0

Triadic Colors of #517efe

#517efe #fe517e #7efe51

Analogous Colors of #517efe

#517efe #7b51fe #51d5fe

Monochromatic Colors of #517efe

#517efe

Complementary Color

#517efe #fed151

#517efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#517efe Color CSS Codes

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

#517efe Text Font Color

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

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


#517efe Background Color

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

This div background color is #517efe


#517efe Border Color

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

This div border color is #517efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517efe

Related Colors


Comments

No comments written yet.

Please login to write comment.