Color Hex Logo

#518bcd Color Hex

#518BCD
(81,139,205)
0 Favorites   0 Comments

Color spaces of #518bcd

RGB 81139205
HSL0.590.550.56
HSV212°60°80°
CMYK 0.600.320.00   0.20
XYZ23.645424.622361.2639
Yxy24.62230.21590.2248
Hunter Lab49.6209-1.7774-38.4672
CIE-Lab56.70551.0794-39.7574

#518bcd color RGB value is (81,139,205).

#518bcd hex color red value is 81, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #518bcd hue: 0.59 , saturation: 0.55 and the lightness value of 518bcd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001011 11001101
Octal 121 213 315
Decimal 81 139 205
Hex 51 8B CD

RGB Percentages of Color #518bcd

%19.06
%32.71
%48.24

CMYK Percentages of Color #518bcd

%60
%32
%0
%20

Triadic Colors of #518bcd

#518bcd #cd518b #8bcd51

Analogous Colors of #518bcd

#518bcd #5551cd #51c9cd

Monochromatic Colors of #518bcd

#518bcd

Complementary Color

#518bcd #cd9351

#518bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#518bcd Color CSS Codes

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

#518bcd Text Font Color

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

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


#518bcd Background Color

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

This div background color is #518bcd


#518bcd Border Color

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

This div border color is #518bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518bcd


Comments

No comments written yet.

Please login to write comment.