Color Hex Logo

#517ec6 Color Hex

#517EC6
(81,126,198)
0 Favorites   0 Comments

Color spaces of #517ec6

RGB 81126198
HSL0.600.510.55
HSV217°59°78°
CMYK 0.590.360.00   0.22
XYZ21.047220.748356.3216
Yxy20.74830.21450.2115
Hunter Lab45.55032.7656-41.4251
CIE-Lab52.67296.4937-42.1452

#517ec6 color RGB value is (81,126,198).

#517ec6 hex color red value is 81, green value is 126 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #517ec6 hue: 0.60 , saturation: 0.51 and the lightness value of 517ec6 is 0.55.

The process color (four color CMYK) of #517ec6 color hex is 0.59, 0.36, 0.00, 0.22. Web safe color of #517ec6 is #6666cc. Color #517ec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 11000110
Octal 121 176 306
Decimal 81 126 198
Hex 51 7E C6

RGB Percentages of Color #517ec6

%20.00
%31.11
%48.89

CMYK Percentages of Color #517ec6

%59
%36
%0
%22

Triadic Colors of #517ec6

#517ec6 #c6517e #7ec651

Analogous Colors of #517ec6

#517ec6 #5f51c6 #51b9c6

Monochromatic Colors of #517ec6

#517ec6

Complementary Color

#517ec6 #c69951

#517ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517ec6 Color CSS Codes

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

#517ec6 Text Font Color

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

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


#517ec6 Background Color

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

This div background color is #517ec6


#517ec6 Border Color

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

This div border color is #517ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517ec6


Comments

No comments written yet.

Please login to write comment.