Color Hex Logo

#519dfe Color Hex

#519DFE
(81,157,254)
0 Favorites   0 Comments

Color spaces of #519dfe

RGB 81157254
HSL0.590.990.66
HSV214°68°100°
CMYK 0.680.380.00   0.00
XYZ33.339733.019098.3821
Yxy33.01900.20240.2004
Hunter Lab57.46223.0074-61.2881
CIE-Lab64.17637.0359-55.1170

#519dfe color RGB value is (81,157,254).

#519dfe hex color red value is 81, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #519dfe hue: 0.59 , saturation: 0.99 and the lightness value of 519dfe is 0.66.

The process color (four color CMYK) of #519dfe color hex is 0.68, 0.38, 0.00, 0.00. Web safe color of #519dfe is #6699ff. Color #519dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011101 11111110
Octal 121 235 376
Decimal 81 157 254
Hex 51 9D FE

RGB Percentages of Color #519dfe

%16.46
%31.91
%51.63

CMYK Percentages of Color #519dfe

%68
%38
%0
%0

Triadic Colors of #519dfe

#519dfe #fe519d #9dfe51

Analogous Colors of #519dfe

#519dfe #5b51fe #51f4fe

Monochromatic Colors of #519dfe

#519dfe

Complementary Color

#519dfe #feb251

#519dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#519dfe Color CSS Codes

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

#519dfe Text Font Color

<p style="color:#519dfe">Text here</p>

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


#519dfe Background Color

<div style="background-color:#519dfe">
Div content here</div>

This div background color is #519dfe


#519dfe Border Color

<div style="border:3px solid #519dfe">
Div here</div>

This div border color is #519dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,157,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #519dfe;
  box-shadow:         1px 1px 3px 2px #519dfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519dfe


Comments

No comments written yet.

Please login to write comment.