Color Hex Logo

#517cda Color Hex

#517CDA
(81,124,218)
0 Favorites   0 Comments

Color spaces of #517cda

RGB 81124218
HSL0.610.650.59
HSV221°63°85°
CMYK 0.630.430.00   0.15
XYZ23.255921.226669.2011
Yxy21.22660.20460.1867
Hunter Lab46.07239.4747-56.8035
CIE-Lab53.196614.4678-52.6503

#517cda color RGB value is (81,124,218).

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

The process color (four color CMYK) of #517cda color hex is 0.63, 0.43, 0.00, 0.15. Web safe color of #517cda is #6666cc. Color #517cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111100 11011010
Octal 121 174 332
Decimal 81 124 218
Hex 51 7C DA

RGB Percentages of Color #517cda

%19.15
%29.31
%51.54

CMYK Percentages of Color #517cda

%63
%43
%0
%15

Triadic Colors of #517cda

#517cda #da517c #7cda51

Analogous Colors of #517cda

#517cda #6b51da #51c1da

Monochromatic Colors of #517cda

#517cda

Complementary Color

#517cda #daaf51

#517cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#517cda Color CSS Codes

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

#517cda Text Font Color

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

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


#517cda Background Color

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

This div background color is #517cda


#517cda Border Color

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

This div border color is #517cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517cda


Comments

No comments written yet.

Please login to write comment.