Color Hex Logo

#517ebf Color Hex

#517EBF
(81,126,191)
0 Favorites   0 Comments

Color spaces of #517ebf

RGB 81126191
HSL0.600.460.53
HSV215°58°75°
CMYK 0.580.340.00   0.25
XYZ20.258220.432652.1664
Yxy20.43260.21820.2200
Hunter Lab45.20240.8934-36.7826
CIE-Lab52.32284.1745-38.6993

#517ebf color RGB value is (81,126,191).

#517ebf hex color red value is 81, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #517ebf hue: 0.60 , saturation: 0.46 and the lightness value of 517ebf is 0.53.

The process color (four color CMYK) of #517ebf color hex is 0.58, 0.34, 0.00, 0.25. Web safe color of #517ebf is #6666cc. Color #517ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 10111111
Octal 121 176 277
Decimal 81 126 191
Hex 51 7E BF

RGB Percentages of Color #517ebf

%20.35
%31.66
%47.99

CMYK Percentages of Color #517ebf

%58
%34
%0
%25

Triadic Colors of #517ebf

#517ebf #bf517e #7ebf51

Analogous Colors of #517ebf

#517ebf #5b51bf #51b5bf

Monochromatic Colors of #517ebf

#517ebf

Complementary Color

#517ebf #bf9251

#517ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#517ebf Color CSS Codes

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

#517ebf Text Font Color

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

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


#517ebf Background Color

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

This div background color is #517ebf


#517ebf Border Color

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

This div border color is #517ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517ebf


Comments

No comments written yet.

Please login to write comment.