Color Hex Logo

#517cdc Color Hex

#517CDC
(81,124,220)
0 Favorites   0 Comments

Color spaces of #517cdc

RGB 81124220
HSL0.620.670.59
HSV221°63°86°
CMYK 0.630.440.00   0.14
XYZ23.519321.331970.5880
Yxy21.33190.20370.1848
Hunter Lab46.186510.0703-58.2839
CIE-Lab53.310815.1517-53.5945

#517cdc color RGB value is (81,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111100 11011100
Octal 121 174 334
Decimal 81 124 220
Hex 51 7C DC

RGB Percentages of Color #517cdc

%19.06
%29.18
%51.76

CMYK Percentages of Color #517cdc

%63
%44
%0
%14

Triadic Colors of #517cdc

#517cdc #dc517c #7cdc51

Analogous Colors of #517cdc

#517cdc #6c51dc #51c2dc

Monochromatic Colors of #517cdc

#517cdc

Complementary Color

#517cdc #dcb151

#517cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#517cdc Color CSS Codes

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

#517cdc Text Font Color

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

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


#517cdc Background Color

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

This div background color is #517cdc


#517cdc Border Color

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

This div border color is #517cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517cdc


Comments

No comments written yet.

Please login to write comment.