Color Hex Logo

#519bda Color Hex

#519BDA
(81,155,218)
0 Favorites   0 Comments

Color spaces of #519bda

RGB 81155218
HSL0.580.650.59
HSV208°63°85°
CMYK 0.630.290.00   0.15
XYZ27.769630.254070.7057
Yxy30.25400.21570.2350
Hunter Lab55.0036-6.1373-37.7132
CIE-Lab61.8728-3.8809-38.9287

#519bda color RGB value is (81,155,218).

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

The process color (four color CMYK) of #519bda color hex is 0.63, 0.29, 0.00, 0.15. Web safe color of #519bda is #6699cc. Color #519bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011011 11011010
Octal 121 233 332
Decimal 81 155 218
Hex 51 9B DA

RGB Percentages of Color #519bda

%17.84
%34.14
%48.02

CMYK Percentages of Color #519bda

%63
%29
%0
%15

Triadic Colors of #519bda

#519bda #da519b #9bda51

Analogous Colors of #519bda

#519bda #5156da #51dad5

Monochromatic Colors of #519bda

#519bda

Complementary Color

#519bda #da9051

#519bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#519bda Color CSS Codes

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

#519bda Text Font Color

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

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


#519bda Background Color

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

This div background color is #519bda


#519bda Border Color

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

This div border color is #519bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519bda


Comments

No comments written yet.

Please login to write comment.