Color Hex Logo

#519cff Color Hex

#519CFF
(81,156,255)
0 Favorites   0 Comments

Color spaces of #519cff

RGB 81156255
HSL0.591.000.66
HSV214°68°100°
CMYK 0.680.390.00   0.00
XYZ33.331832.746399.1716
Yxy32.74630.20170.1982
Hunter Lab57.22443.8292-62.6943
CIE-Lab63.95507.9621-56.0145

#519cff color RGB value is (81,156,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011100 11111111
Octal 121 234 377
Decimal 81 156 255
Hex 51 9C FF

RGB Percentages of Color #519cff

%16.46
%31.71
%51.83

CMYK Percentages of Color #519cff

%68
%39
%0
%0

Triadic Colors of #519cff

#519cff #ff519c #9cff51

Analogous Colors of #519cff

#519cff #5d51ff #51f3ff

Monochromatic Colors of #519cff

#519cff

Complementary Color

#519cff #ffb451

#519cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#519cff Color CSS Codes

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

#519cff Text Font Color

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

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


#519cff Background Color

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

This div background color is #519cff


#519cff Border Color

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

This div border color is #519cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519cff


Comments

No comments written yet.

Please login to write comment.