Color Hex Logo

#517bdc Color Hex

#517BDC
(81,123,220)
0 Favorites   0 Comments

Color spaces of #517bdc

RGB 81123220
HSL0.620.670.59
HSV222°63°86°
CMYK 0.630.440.00   0.14
XYZ23.394621.082670.5465
Yxy21.08260.20340.1833
Hunter Lab45.915810.5951-58.9540
CIE-Lab53.039815.7643-54.0279

#517bdc color RGB value is (81,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111011 11011100
Octal 121 173 334
Decimal 81 123 220
Hex 51 7B DC

RGB Percentages of Color #517bdc

%19.10
%29.01
%51.89

CMYK Percentages of Color #517bdc

%63
%44
%0
%14

Triadic Colors of #517bdc

#517bdc #dc517b #7bdc51

Analogous Colors of #517bdc

#517bdc #6d51dc #51c1dc

Monochromatic Colors of #517bdc

#517bdc

Complementary Color

#517bdc #dcb251

#517bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#517bdc Color CSS Codes

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

#517bdc Text Font Color

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

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


#517bdc Background Color

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

This div background color is #517bdc


#517bdc Border Color

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

This div border color is #517bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517bdc


Comments

No comments written yet.

Please login to write comment.