Color Hex Logo

#517de6 Color Hex

#517DE6
(81,125,230)
0 Favorites   0 Comments

Color spaces of #517de6

RGB 81125230
HSL0.620.750.61
HSV222°65°90°
CMYK 0.650.460.00   0.10
XYZ25.009922.129777.8162
Yxy22.12970.20010.1771
Hunter Lab47.042212.5753-65.1467
CIE-Lab54.164317.9689-57.8404

#517de6 color RGB value is (81,125,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111101 11100110
Octal 121 175 346
Decimal 81 125 230
Hex 51 7D E6

RGB Percentages of Color #517de6

%18.58
%28.67
%52.75

CMYK Percentages of Color #517de6

%65
%46
%0
%10

Triadic Colors of #517de6

#517de6 #e6517d #7de651

Analogous Colors of #517de6

#517de6 #7051e6 #51c8e6

Monochromatic Colors of #517de6

#517de6

Complementary Color

#517de6 #e6ba51

#517de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517de6 Color CSS Codes

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

#517de6 Text Font Color

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

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


#517de6 Background Color

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

This div background color is #517de6


#517de6 Border Color

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

This div border color is #517de6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517de6


Comments

No comments written yet.

Please login to write comment.