Color Hex Logo

#517bde Color Hex

#517BDE
(81,123,222)
0 Favorites   0 Comments

Color spaces of #517bde

RGB 81123222
HSL0.620.680.59
HSV222°64°87°
CMYK 0.640.450.00   0.13
XYZ23.661121.189271.9501
Yxy21.18920.20260.1814
Hunter Lab46.031711.1965-60.4513
CIE-Lab53.155916.4489-54.9679

#517bde color RGB value is (81,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111011 11011110
Octal 121 173 336
Decimal 81 123 222
Hex 51 7B DE

RGB Percentages of Color #517bde

%19.01
%28.87
%52.11

CMYK Percentages of Color #517bde

%64
%45
%0
%13

Triadic Colors of #517bde

#517bde #de517b #7bde51

Analogous Colors of #517bde

#517bde #6e51de #51c2de

Monochromatic Colors of #517bde

#517bde

Complementary Color

#517bde #deb451

#517bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#517bde Color CSS Codes

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

#517bde Text Font Color

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

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


#517bde Background Color

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

This div background color is #517bde


#517bde Border Color

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

This div border color is #517bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517bde


Comments

No comments written yet.

Please login to write comment.