Color Hex Logo

#517fec Color Hex

#517FEC
(81,127,236)
0 Favorites   0 Comments

Color spaces of #517fec

RGB 81127236
HSL0.620.800.62
HSV222°66°93°
CMYK 0.660.460.00   0.07
XYZ26.123022.984282.4164
Yxy22.98420.19860.1748
Hunter Lab47.941813.3645-68.3656
CIE-Lab55.056118.8098-59.7593

#517fec color RGB value is (81,127,236).

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

The process color (four color CMYK) of #517fec color hex is 0.66, 0.46, 0.00, 0.07. Web safe color of #517fec is #6666ff. Color #517fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111111 11101100
Octal 121 177 354
Decimal 81 127 236
Hex 51 7F EC

RGB Percentages of Color #517fec

%18.24
%28.60
%53.15

CMYK Percentages of Color #517fec

%66
%46
%0
%7

Triadic Colors of #517fec

#517fec #ec517f #7fec51

Analogous Colors of #517fec

#517fec #7151ec #51cdec

Monochromatic Colors of #517fec

#517fec

Complementary Color

#517fec #ecbe51

#517fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#517fec Color CSS Codes

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

#517fec Text Font Color

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

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


#517fec Background Color

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

This div background color is #517fec


#517fec Border Color

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

This div border color is #517fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517fec


Comments

No comments written yet.

Please login to write comment.