Color Hex Logo

#518dc0 Color Hex

#518DC0
(81,141,192)
0 Favorites   0 Comments

Color spaces of #518dc0

RGB 81141192
HSL0.580.470.54
HSV208°58°75°
CMYK 0.580.270.00   0.25
XYZ22.432624.604953.4361
Yxy24.60490.22330.2449
Hunter Lab49.6033-6.0810-29.1489
CIE-Lab56.6884-4.3179-32.4320

#518dc0 color RGB value is (81,141,192).

#518dc0 hex color red value is 81, green value is 141 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #518dc0 hue: 0.58 , saturation: 0.47 and the lightness value of 518dc0 is 0.54.

The process color (four color CMYK) of #518dc0 color hex is 0.58, 0.27, 0.00, 0.25. Web safe color of #518dc0 is #6699cc. Color #518dc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001101 11000000
Octal 121 215 300
Decimal 81 141 192
Hex 51 8D C0

RGB Percentages of Color #518dc0

%19.57
%34.06
%46.38

CMYK Percentages of Color #518dc0

%58
%27
%0
%25

Triadic Colors of #518dc0

#518dc0 #c0518d #8dc051

Analogous Colors of #518dc0

#518dc0 #5156c0 #51c0bc

Monochromatic Colors of #518dc0

#518dc0

Complementary Color

#518dc0 #c08451

#518dc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518dc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518dc0 Color CSS Codes

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

#518dc0 Text Font Color

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

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


#518dc0 Background Color

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

This div background color is #518dc0


#518dc0 Border Color

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

This div border color is #518dc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518dc0


Comments

No comments written yet.

Please login to write comment.