Color Hex Logo

#517cee Color Hex

#517CEE
(81,124,238)
0 Favorites   0 Comments

Color spaces of #517cee

RGB 81124238
HSL0.620.820.63
HSV224°66°93°
CMYK 0.660.480.00   0.07
XYZ26.033622.337783.8284
Yxy22.33770.19690.1690
Hunter Lab47.262815.6127-72.0767
CIE-Lab54.383521.3376-61.9539

#517cee color RGB value is (81,124,238).

#517cee hex color red value is 81, green value is 124 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #517cee hue: 0.62 , saturation: 0.82 and the lightness value of 517cee is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111100 11101110
Octal 121 174 356
Decimal 81 124 238
Hex 51 7C EE

RGB Percentages of Color #517cee

%18.28
%27.99
%53.72

CMYK Percentages of Color #517cee

%66
%48
%0
%7

Triadic Colors of #517cee

#517cee #ee517c #7cee51

Analogous Colors of #517cee

#517cee #7551ee #51cbee

Monochromatic Colors of #517cee

#517cee

Complementary Color

#517cee #eec351

#517cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#517cee Color CSS Codes

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

#517cee Text Font Color

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

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


#517cee Background Color

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

This div background color is #517cee


#517cee Border Color

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

This div border color is #517cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517cee


Comments

No comments written yet.

Please login to write comment.