Color Hex Logo

#518cea Color Hex

#518CEA
(81,140,234)
0 Favorites   0 Comments

Color spaces of #518cea

RGB 81140234
HSL0.600.780.62
HSV217°65°92°
CMYK 0.650.400.00   0.08
XYZ27.622726.446081.4906
Yxy26.44600.20380.1951
Hunter Lab51.42575.8843-57.9547
CIE-Lab58.458010.2519-53.2088

#518cea color RGB value is (81,140,234).

#518cea hex color red value is 81, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #518cea hue: 0.60 , saturation: 0.78 and the lightness value of 518cea is 0.62.

The process color (four color CMYK) of #518cea color hex is 0.65, 0.40, 0.00, 0.08. Web safe color of #518cea is #6699ff. Color #518cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001100 11101010
Octal 121 214 352
Decimal 81 140 234
Hex 51 8C EA

RGB Percentages of Color #518cea

%17.80
%30.77
%51.43

CMYK Percentages of Color #518cea

%65
%40
%0
%8

Triadic Colors of #518cea

#518cea #ea518c #8cea51

Analogous Colors of #518cea

#518cea #6351ea #51d9ea

Monochromatic Colors of #518cea

#518cea

Complementary Color

#518cea #eaaf51

#518cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#518cea Color CSS Codes

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

#518cea Text Font Color

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

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


#518cea Background Color

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

This div background color is #518cea


#518cea Border Color

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

This div border color is #518cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518cea


Comments

No comments written yet.

Please login to write comment.