Color Hex Logo

#517dbc Color Hex

#517DBC
(81,125,188)
0 Favorites   0 Comments

Color spaces of #517dbc

RGB 81125188
HSL0.600.440.53
HSV215°57°74°
CMYK 0.570.340.00   0.26
XYZ19.804120.047450.4027
Yxy20.04740.21940.2221
Hunter Lab44.77430.5971-35.4011
CIE-Lab51.89083.7884-37.6604

#517dbc color RGB value is (81,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111101 10111100
Octal 121 175 274
Decimal 81 125 188
Hex 51 7D BC

RGB Percentages of Color #517dbc

%20.56
%31.73
%47.72

CMYK Percentages of Color #517dbc

%57
%34
%0
%26

Triadic Colors of #517dbc

#517dbc #bc517d #7dbc51

Analogous Colors of #517dbc

#517dbc #5a51bc #51b3bc

Monochromatic Colors of #517dbc

#517dbc

Complementary Color

#517dbc #bc9051

#517dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#517dbc Color CSS Codes

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

#517dbc Text Font Color

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

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


#517dbc Background Color

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

This div background color is #517dbc


#517dbc Border Color

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

This div border color is #517dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517dbc


Comments

No comments written yet.

Please login to write comment.