Color Hex Logo

#517fba Color Hex

#517FBA
(81,127,186)
0 Favorites   0 Comments

Color spaces of #517fba

RGB 81127186
HSL0.590.430.52
HSV214°56°73°
CMYK 0.560.320.00   0.27
XYZ19.845620.473249.3601
Yxy20.47320.22130.2283
Hunter Lab45.2473-0.8922-33.0061
CIE-Lab52.36811.9380-35.7632

#517fba color RGB value is (81,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111111 10111010
Octal 121 177 272
Decimal 81 127 186
Hex 51 7F BA

RGB Percentages of Color #517fba

%20.56
%32.23
%47.21

CMYK Percentages of Color #517fba

%56
%32
%0
%27

Triadic Colors of #517fba

#517fba #ba517f #7fba51

Analogous Colors of #517fba

#517fba #5751ba #51b4ba

Monochromatic Colors of #517fba

#517fba

Complementary Color

#517fba #ba8c51

#517fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#517fba Color CSS Codes

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

#517fba Text Font Color

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

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


#517fba Background Color

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

This div background color is #517fba


#517fba Border Color

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

This div border color is #517fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,127,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 #517fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517fba


Comments

No comments written yet.

Please login to write comment.