Color Hex Logo

#519efb Color Hex

#519EFB
(81,158,251)
0 Favorites   0 Comments

Color spaces of #519efb

RGB 81158251
HSL0.590.960.65
HSV213°68°98°
CMYK 0.680.370.00   0.02
XYZ33.032833.168195.9279
Yxy33.16810.20370.2046
Hunter Lab57.59181.5964-58.4424
CIE-Lab64.29685.4312-53.2879

#519efb color RGB value is (81,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011110 11111011
Octal 121 236 373
Decimal 81 158 251
Hex 51 9E FB

RGB Percentages of Color #519efb

%16.53
%32.24
%51.22

CMYK Percentages of Color #519efb

%68
%37
%0
%2

Triadic Colors of #519efb

#519efb #fb519e #9efb51

Analogous Colors of #519efb

#519efb #5951fb #51f3fb

Monochromatic Colors of #519efb

#519efb

Complementary Color

#519efb #fbae51

#519efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#519efb Color CSS Codes

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

#519efb Text Font Color

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

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


#519efb Background Color

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

This div background color is #519efb


#519efb Border Color

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

This div border color is #519efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519efb


Comments

No comments written yet.

Please login to write comment.