Color Hex Logo

#517dad Color Hex

#517DAD
(81,125,173)
0 Favorites   0 Comments

Color spaces of #517dad

RGB 81125173
HSL0.590.360.50
HSV211°53°68°
CMYK 0.530.280.00   0.32
XYZ18.269819.433742.3233
Yxy19.43370.22830.2428
Hunter Lab44.0837-3.1698-26.0638
CIE-Lab51.1908-1.0562-30.1147

#517dad color RGB value is (81,125,173).

#517dad hex color red value is 81, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #517dad hue: 0.59 , saturation: 0.36 and the lightness value of 517dad is 0.50.

The process color (four color CMYK) of #517dad color hex is 0.53, 0.28, 0.00, 0.32. Web safe color of #517dad is #666699. Color #517dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111101 10101101
Octal 121 175 255
Decimal 81 125 173
Hex 51 7D AD

RGB Percentages of Color #517dad

%21.37
%32.98
%45.65

CMYK Percentages of Color #517dad

%53
%28
%0
%32

Triadic Colors of #517dad

#517dad #ad517d #7dad51

Analogous Colors of #517dad

#517dad #5351ad #51abad

Monochromatic Colors of #517dad

#517dad

Complementary Color

#517dad #ad8151

#517dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#517dad Color CSS Codes

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

#517dad Text Font Color

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

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


#517dad Background Color

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

This div background color is #517dad


#517dad Border Color

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

This div border color is #517dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517dad


Comments

No comments written yet.

Please login to write comment.