Color Hex Logo

#517cdd Color Hex

#517CDD
(81,124,221)
0 Favorites   0 Comments

Color spaces of #517cdd

RGB 81124221
HSL0.620.670.59
HSV222°63°87°
CMYK 0.630.440.00   0.13
XYZ23.652121.385171.2877
Yxy21.38510.20330.1838
Hunter Lab46.244010.3691-59.0280
CIE-Lab53.368415.4932-54.0653

#517cdd color RGB value is (81,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111100 11011101
Octal 121 174 335
Decimal 81 124 221
Hex 51 7C DD

RGB Percentages of Color #517cdd

%19.01
%29.11
%51.88

CMYK Percentages of Color #517cdd

%63
%44
%0
%13

Triadic Colors of #517cdd

#517cdd #dd517c #7cdd51

Analogous Colors of #517cdd

#517cdd #6c51dd #51c2dd

Monochromatic Colors of #517cdd

#517cdd

Complementary Color

#517cdd #ddb251

#517cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#517cdd Color CSS Codes

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

#517cdd Text Font Color

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

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


#517cdd Background Color

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

This div background color is #517cdd


#517cdd Border Color

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

This div border color is #517cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517cdd


Comments

No comments written yet.

Please login to write comment.