Color Hex Logo

#518ccf Color Hex

#518CCF
(81,140,207)
0 Favorites   0 Comments

Color spaces of #518ccf

RGB 81140207
HSL0.590.570.56
HSV212°61°81°
CMYK 0.610.320.00   0.19
XYZ24.033925.010562.5923
Yxy25.01050.21530.2240
Hunter Lab50.0105-1.7354-39.1990
CIE-Lab57.08571.1539-40.2869

#518ccf color RGB value is (81,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001100 11001111
Octal 121 214 317
Decimal 81 140 207
Hex 51 8C CF

RGB Percentages of Color #518ccf

%18.93
%32.71
%48.36

CMYK Percentages of Color #518ccf

%61
%32
%0
%19

Triadic Colors of #518ccf

#518ccf #cf518c #8ccf51

Analogous Colors of #518ccf

#518ccf #5551cf #51cbcf

Monochromatic Colors of #518ccf

#518ccf

Complementary Color

#518ccf #cf9451

#518ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#518ccf Color CSS Codes

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

#518ccf Text Font Color

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

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


#518ccf Background Color

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

This div background color is #518ccf


#518ccf Border Color

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

This div border color is #518ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518ccf


Comments

No comments written yet.

Please login to write comment.