Color Hex Logo

#517fed Color Hex

#517FED
(81,127,237)
0 Favorites   0 Comments

Color spaces of #517fed

RGB 81127237
HSL0.620.810.62
HSV222°66°93°
CMYK 0.660.460.00   0.07
XYZ26.268823.042583.1839
Yxy23.04250.19830.1739
Hunter Lab48.002613.6772-69.1420
CIE-Lab55.116119.1548-60.2198

#517fed color RGB value is (81,127,237).

#517fed hex color red value is 81, green value is 127 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #517fed hue: 0.62 , saturation: 0.81 and the lightness value of 517fed is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111111 11101101
Octal 121 177 355
Decimal 81 127 237
Hex 51 7F ED

RGB Percentages of Color #517fed

%18.20
%28.54
%53.26

CMYK Percentages of Color #517fed

%66
%46
%0
%7

Triadic Colors of #517fed

#517fed #ed517f #7fed51

Analogous Colors of #517fed

#517fed #7151ed #51cded

Monochromatic Colors of #517fed

#517fed

Complementary Color

#517fed #edbf51

#517fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#517fed Color CSS Codes

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

#517fed Text Font Color

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

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


#517fed Background Color

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

This div background color is #517fed


#517fed Border Color

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

This div border color is #517fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517fed


Comments

No comments written yet.

Please login to write comment.