Color Hex Logo

#519fea Color Hex

#519FEA
(81,159,234)
0 Favorites   0 Comments

Color spaces of #519fea

RGB 81159234
HSL0.580.780.62
HSV209°65°92°
CMYK 0.650.320.00   0.08
XYZ30.642832.486182.4973
Yxy32.48610.21040.2231
Hunter Lab56.9966-3.7779-45.9192
CIE-Lab63.7426-0.8715-44.8421

#519fea color RGB value is (81,159,234).

#519fea hex color red value is 81, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #519fea hue: 0.58 , saturation: 0.78 and the lightness value of 519fea is 0.62.

The process color (four color CMYK) of #519fea color hex is 0.65, 0.32, 0.00, 0.08. Web safe color of #519fea is #6699ff. Color #519fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011111 11101010
Octal 121 237 352
Decimal 81 159 234
Hex 51 9F EA

RGB Percentages of Color #519fea

%17.09
%33.54
%49.37

CMYK Percentages of Color #519fea

%65
%32
%0
%8

Triadic Colors of #519fea

#519fea #ea519f #9fea51

Analogous Colors of #519fea

#519fea #5152ea #51eae9

Monochromatic Colors of #519fea

#519fea

Complementary Color

#519fea #ea9c51

#519fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#519fea Color CSS Codes

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

#519fea Text Font Color

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

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


#519fea Background Color

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

This div background color is #519fea


#519fea Border Color

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

This div border color is #519fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519fea


Comments

No comments written yet.

Please login to write comment.