Color Hex Logo

#517efd Color Hex

#517EFD
(81,126,253)
0 Favorites   0 Comments

Color spaces of #517efd

RGB 81126253
HSL0.620.980.65
HSV224°68°99°
CMYK 0.680.500.00   0.01
XYZ28.583823.762996.0087
Yxy23.76290.19270.1602
Hunter Lab48.747219.3591-82.6499
CIE-Lab55.849625.2923-67.9058

#517efd color RGB value is (81,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 11111101
Octal 121 176 375
Decimal 81 126 253
Hex 51 7E FD

RGB Percentages of Color #517efd

%17.61
%27.39
%55.00

CMYK Percentages of Color #517efd

%68
%50
%0
%1

Triadic Colors of #517efd

#517efd #fd517e #7efd51

Analogous Colors of #517efd

#517efd #7a51fd #51d4fd

Monochromatic Colors of #517efd

#517efd

Complementary Color

#517efd #fdd051

#517efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#517efd Color CSS Codes

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

#517efd Text Font Color

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

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


#517efd Background Color

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

This div background color is #517efd


#517efd Border Color

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

This div border color is #517efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517efd


Comments

No comments written yet.

Please login to write comment.