Color Hex Logo

#519dfd Color Hex

#519DFD
(81,157,253)
0 Favorites   0 Comments

Color spaces of #519dfd

RGB 81157253
HSL0.590.980.65
HSV213°68°99°
CMYK 0.680.380.00   0.01
XYZ33.179932.955197.5407
Yxy32.95510.20270.2013
Hunter Lab57.40652.7082-60.5564
CIE-Lab64.12456.6947-54.6535

#519dfd color RGB value is (81,157,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011101 11111101
Octal 121 235 375
Decimal 81 157 253
Hex 51 9D FD

RGB Percentages of Color #519dfd

%16.50
%31.98
%51.53

CMYK Percentages of Color #519dfd

%68
%38
%0
%1

Triadic Colors of #519dfd

#519dfd #fd519d #9dfd51

Analogous Colors of #519dfd

#519dfd #5b51fd #51f3fd

Monochromatic Colors of #519dfd

#519dfd

Complementary Color

#519dfd #fdb151

#519dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#519dfd Color CSS Codes

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

#519dfd Text Font Color

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

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


#519dfd Background Color

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

This div background color is #519dfd


#519dfd Border Color

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

This div border color is #519dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519dfd


Comments

No comments written yet.

Please login to write comment.