Color Hex Logo

#517dfe Color Hex

#517DFE
(81,125,254)
0 Favorites   0 Comments

Color spaces of #517dfe

RGB 81125254
HSL0.620.990.66
HSV225°68°100°
CMYK 0.680.510.00   0.00
XYZ28.616323.572396.8076
Yxy23.57230.19210.1582
Hunter Lab48.551320.2437-84.2338
CIE-Lab55.657026.2495-68.7684

#517dfe color RGB value is (81,125,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111101 11111110
Octal 121 175 376
Decimal 81 125 254
Hex 51 7D FE

RGB Percentages of Color #517dfe

%17.61
%27.17
%55.22

CMYK Percentages of Color #517dfe

%68
%51
%0
%0

Triadic Colors of #517dfe

#517dfe #fe517d #7dfe51

Analogous Colors of #517dfe

#517dfe #7c51fe #51d4fe

Monochromatic Colors of #517dfe

#517dfe

Complementary Color

#517dfe #fed251

#517dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#517dfe Color CSS Codes

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

#517dfe Text Font Color

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

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


#517dfe Background Color

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

This div background color is #517dfe


#517dfe Border Color

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

This div border color is #517dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.