Color Hex Logo

#519dcc Color Hex

#519DCC
(81,157,204)
0 Favorites   0 Comments

Color spaces of #519dcc

RGB 81157204
HSL0.560.550.56
HSV203°60°80°
CMYK 0.600.230.00   0.20
XYZ26.349430.222961.5716
Yxy30.22290.22300.2558
Hunter Lab54.9754-10.6528-27.9212
CIE-Lab61.8461-9.5210-31.1704

#519dcc color RGB value is (81,157,204).

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

The process color (four color CMYK) of #519dcc color hex is 0.60, 0.23, 0.00, 0.20. Web safe color of #519dcc is #6699cc. Color #519dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011101 11001100
Octal 121 235 314
Decimal 81 157 204
Hex 51 9D CC

RGB Percentages of Color #519dcc

%18.33
%35.52
%46.15

CMYK Percentages of Color #519dcc

%60
%23
%0
%20

Triadic Colors of #519dcc

#519dcc #cc519d #9dcc51

Analogous Colors of #519dcc

#519dcc #5160cc #51ccbe

Monochromatic Colors of #519dcc

#519dcc

Complementary Color

#519dcc #cc8051

#519dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#519dcc Color CSS Codes

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

#519dcc Text Font Color

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

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


#519dcc Background Color

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

This div background color is #519dcc


#519dcc Border Color

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

This div border color is #519dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519dcc


Comments

No comments written yet.

Please login to write comment.