Color Hex Logo

#517bad Color Hex

#517BAD
(81,123,173)
0 Favorites   0 Comments

Color spaces of #517bad

RGB 81123173
HSL0.590.360.50
HSV213°53°68°
CMYK 0.530.290.00   0.32
XYZ18.019118.932442.2398
Yxy18.93240.22750.2391
Hunter Lab43.5114-2.2238-27.0993
CIE-Lab50.60800.1298-31.0234

#517bad color RGB value is (81,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111011 10101101
Octal 121 173 255
Decimal 81 123 173
Hex 51 7B AD

RGB Percentages of Color #517bad

%21.49
%32.63
%45.89

CMYK Percentages of Color #517bad

%53
%29
%0
%32

Triadic Colors of #517bad

#517bad #ad517b #7bad51

Analogous Colors of #517bad

#517bad #5551ad #51a9ad

Monochromatic Colors of #517bad

#517bad

Complementary Color

#517bad #ad8351

#517bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#517bad Color CSS Codes

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

#517bad Text Font Color

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

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


#517bad Background Color

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

This div background color is #517bad


#517bad Border Color

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

This div border color is #517bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,123,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 #517bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517bad


Comments

No comments written yet.

Please login to write comment.