Color Hex Logo

#517dbd Color Hex

#517DBD
(81,125,189)
0 Favorites   0 Comments

Color spaces of #517dbd

RGB 81125189
HSL0.600.450.53
HSV216°57°74°
CMYK 0.570.340.00   0.26
XYZ19.912320.090750.9725
Yxy20.09070.21890.2208
Hunter Lab44.82270.8583-36.0490
CIE-Lab51.93964.1167-38.1570

#517dbd color RGB value is (81,125,189).

#517dbd hex color red value is 81, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #517dbd hue: 0.60 , saturation: 0.45 and the lightness value of 517dbd is 0.53.

The process color (four color CMYK) of #517dbd color hex is 0.57, 0.34, 0.00, 0.26. Web safe color of #517dbd is #6666cc. Color #517dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111101 10111101
Octal 121 175 275
Decimal 81 125 189
Hex 51 7D BD

RGB Percentages of Color #517dbd

%20.51
%31.65
%47.85

CMYK Percentages of Color #517dbd

%57
%34
%0
%26

Triadic Colors of #517dbd

#517dbd #bd517d #7dbd51

Analogous Colors of #517dbd

#517dbd #5b51bd #51b3bd

Monochromatic Colors of #517dbd

#517dbd

Complementary Color

#517dbd #bd9151

#517dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#517dbd Color CSS Codes

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

#517dbd Text Font Color

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

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


#517dbd Background Color

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

This div background color is #517dbd


#517dbd Border Color

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

This div border color is #517dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517dbd


Comments

No comments written yet.

Please login to write comment.