Color Hex Logo

#519dce Color Hex

#519DCE
(81,157,206)
0 Favorites   0 Comments

Color spaces of #519dce

RGB 81157206
HSL0.570.560.56
HSV204°61°81°
CMYK 0.610.240.00   0.19
XYZ26.590930.319562.8433
Yxy30.31950.22200.2532
Hunter Lab55.0631-10.1599-29.1232
CIE-Lab61.9289-8.8851-32.1585

#519dce color RGB value is (81,157,206).

#519dce hex color red value is 81, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #519dce hue: 0.57 , saturation: 0.56 and the lightness value of 519dce is 0.56.

The process color (four color CMYK) of #519dce color hex is 0.61, 0.24, 0.00, 0.19. Web safe color of #519dce is #6699cc. Color #519dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011101 11001110
Octal 121 235 316
Decimal 81 157 206
Hex 51 9D CE

RGB Percentages of Color #519dce

%18.24
%35.36
%46.40

CMYK Percentages of Color #519dce

%61
%24
%0
%19

Triadic Colors of #519dce

#519dce #ce519d #9dce51

Analogous Colors of #519dce

#519dce #515ece #51cec1

Monochromatic Colors of #519dce

#519dce

Complementary Color

#519dce #ce8251

#519dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#519dce Color CSS Codes

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

#519dce Text Font Color

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

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


#519dce Background Color

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

This div background color is #519dce


#519dce Border Color

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

This div border color is #519dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519dce


Comments

No comments written yet.

Please login to write comment.