Color Hex Logo

#518ddb Color Hex

#518DDB
(81,141,219)
0 Favorites   0 Comments

Color spaces of #518ddb

RGB 81141219
HSL0.590.660.59
HSV214°63°86°
CMYK 0.630.360.00   0.14
XYZ25.704425.913670.6649
Yxy25.91360.21020.2119
Hunter Lab50.90541.0481-46.6703
CIE-Lab57.95494.5689-45.6503

#518ddb color RGB value is (81,141,219).

#518ddb hex color red value is 81, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #518ddb hue: 0.59 , saturation: 0.66 and the lightness value of 518ddb is 0.59.

The process color (four color CMYK) of #518ddb color hex is 0.63, 0.36, 0.00, 0.14. Web safe color of #518ddb is #6699cc. Color #518ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001101 11011011
Octal 121 215 333
Decimal 81 141 219
Hex 51 8D DB

RGB Percentages of Color #518ddb

%18.37
%31.97
%49.66

CMYK Percentages of Color #518ddb

%63
%36
%0
%14

Triadic Colors of #518ddb

#518ddb #db518d #8ddb51

Analogous Colors of #518ddb

#518ddb #5a51db #51d2db

Monochromatic Colors of #518ddb

#518ddb

Complementary Color

#518ddb #db9f51

#518ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#518ddb Color CSS Codes

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

#518ddb Text Font Color

<p style="color:#518ddb">Text here</p>

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


#518ddb Background Color

<div style="background-color:#518ddb">
Div content here</div>

This div background color is #518ddb


#518ddb Border Color

<div style="border:3px solid #518ddb">
Div here</div>

This div border color is #518ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,141,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #518ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #518ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #518ddb;
  box-shadow:         1px 1px 3px 2px #518ddb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518ddb


Comments

No comments written yet.

Please login to write comment.