Color Hex Logo

#517cde Color Hex

#517CDE
(81,124,222)
0 Favorites   0 Comments

Color spaces of #517cde

RGB 81124222
HSL0.620.680.59
HSV222°64°87°
CMYK 0.640.440.00   0.13
XYZ23.785821.438671.9916
Yxy21.43860.20290.1829
Hunter Lab46.301810.6693-59.7747
CIE-Lab53.426215.8356-54.5354

#517cde color RGB value is (81,124,222).

#517cde hex color red value is 81, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #517cde hue: 0.62 , saturation: 0.68 and the lightness value of 517cde is 0.59.

The process color (four color CMYK) of #517cde color hex is 0.64, 0.44, 0.00, 0.13. Web safe color of #517cde is #6666cc. Color #517cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111100 11011110
Octal 121 174 336
Decimal 81 124 222
Hex 51 7C DE

RGB Percentages of Color #517cde

%18.97
%29.04
%51.99

CMYK Percentages of Color #517cde

%64
%44
%0
%13

Triadic Colors of #517cde

#517cde #de517c #7cde51

Analogous Colors of #517cde

#517cde #6d51de #51c3de

Monochromatic Colors of #517cde

#517cde

Complementary Color

#517cde #deb351

#517cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#517cde Color CSS Codes

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

#517cde Text Font Color

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

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


#517cde Background Color

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

This div background color is #517cde


#517cde Border Color

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

This div border color is #517cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517cde


Comments

No comments written yet.

Please login to write comment.