Color Hex Logo

#517eba Color Hex

#517EBA
(81,126,186)
0 Favorites   0 Comments

Color spaces of #517eba

RGB 81126186
HSL0.600.430.52
HSV214°56°73°
CMYK 0.560.320.00   0.27
XYZ19.717120.216249.3173
Yxy20.21620.22090.2265
Hunter Lab44.9624-0.4077-33.5589
CIE-Lab52.08082.5346-36.2141

#517eba color RGB value is (81,126,186).

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

The process color (four color CMYK) of #517eba color hex is 0.56, 0.32, 0.00, 0.27. Web safe color of #517eba is #6666cc. Color #517eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 10111010
Octal 121 176 272
Decimal 81 126 186
Hex 51 7E BA

RGB Percentages of Color #517eba

%20.61
%32.06
%47.33

CMYK Percentages of Color #517eba

%56
%32
%0
%27

Triadic Colors of #517eba

#517eba #ba517e #7eba51

Analogous Colors of #517eba

#517eba #5851ba #51b3ba

Monochromatic Colors of #517eba

#517eba

Complementary Color

#517eba #ba8d51

#517eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#517eba Color CSS Codes

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

#517eba Text Font Color

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

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


#517eba Background Color

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

This div background color is #517eba


#517eba Border Color

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

This div border color is #517eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517eba


Comments

No comments written yet.

Please login to write comment.