Color Hex Logo

#517cbe Color Hex

#517CBE
(81,124,190)
0 Favorites   0 Comments

Color spaces of #517cbe

RGB 81124190
HSL0.600.460.53
HSV216°57°75°
CMYK 0.570.350.00   0.25
XYZ19.895319.882351.5043
Yxy19.88230.21800.2178
Hunter Lab44.58961.6127-37.2717
CIE-Lab51.70395.0482-39.1016

#517cbe color RGB value is (81,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111100 10111110
Octal 121 174 276
Decimal 81 124 190
Hex 51 7C BE

RGB Percentages of Color #517cbe

%20.51
%31.39
%48.10

CMYK Percentages of Color #517cbe

%57
%35
%0
%25

Triadic Colors of #517cbe

#517cbe #be517c #7cbe51

Analogous Colors of #517cbe

#517cbe #5c51be #51b3be

Monochromatic Colors of #517cbe

#517cbe

Complementary Color

#517cbe #be9351

#517cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#517cbe Color CSS Codes

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

#517cbe Text Font Color

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

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


#517cbe Background Color

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

This div background color is #517cbe


#517cbe Border Color

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

This div border color is #517cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517cbe


Comments

No comments written yet.

Please login to write comment.