Color Hex Logo

#517def Color Hex

#517DEF
(81,125,239)
0 Favorites   0 Comments

Color spaces of #517def

RGB 81125239
HSL0.620.830.63
HSV223°66°94°
CMYK 0.660.480.00   0.06
XYZ26.306922.648684.6464
Yxy22.64860.19690.1695
Hunter Lab47.590515.3870-72.1421
CIE-Lab54.708521.0689-61.9878

#517def color RGB value is (81,125,239).

#517def hex color red value is 81, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #517def hue: 0.62 , saturation: 0.83 and the lightness value of 517def is 0.63.

The process color (four color CMYK) of #517def color hex is 0.66, 0.48, 0.00, 0.06. Web safe color of #517def is #6666ff. Color #517def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111101 11101111
Octal 121 175 357
Decimal 81 125 239
Hex 51 7D EF

RGB Percentages of Color #517def

%18.20
%28.09
%53.71

CMYK Percentages of Color #517def

%66
%48
%0
%6

Triadic Colors of #517def

#517def #ef517d #7def51

Analogous Colors of #517def

#517def #7451ef #51ccef

Monochromatic Colors of #517def

#517def

Complementary Color

#517def #efc351

#517def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517def Color Preview on White Background

Lorem ipsum dolor sit amet.

#517def Color CSS Codes

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

#517def Text Font Color

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

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


#517def Background Color

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

This div background color is #517def


#517def Border Color

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

This div border color is #517def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517def


Comments

No comments written yet.

Please login to write comment.