Color Hex Logo

#518fd7 Color Hex

#518FD7
(81,143,215)
0 Favorites   0 Comments

Color spaces of #518fd7

RGB 81143215
HSL0.590.630.58
HSV212°62°84°
CMYK 0.620.330.00   0.16
XYZ25.481526.300568.0235
Yxy26.30050.21270.2195
Hunter Lab51.2840-1.0557-42.7439
CIE-Lab58.32122.0529-42.8338

#518fd7 color RGB value is (81,143,215).

#518fd7 hex color red value is 81, green value is 143 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #518fd7 hue: 0.59 , saturation: 0.63 and the lightness value of 518fd7 is 0.58.

The process color (four color CMYK) of #518fd7 color hex is 0.62, 0.33, 0.00, 0.16. Web safe color of #518fd7 is #6699cc. Color #518fd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 11010111
Octal 121 217 327
Decimal 81 143 215
Hex 51 8F D7

RGB Percentages of Color #518fd7

%18.45
%32.57
%48.97

CMYK Percentages of Color #518fd7

%62
%33
%0
%16

Triadic Colors of #518fd7

#518fd7 #d7518f #8fd751

Analogous Colors of #518fd7

#518fd7 #5651d7 #51d2d7

Monochromatic Colors of #518fd7

#518fd7

Complementary Color

#518fd7 #d79951

#518fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518fd7 Color CSS Codes

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

#518fd7 Text Font Color

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

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


#518fd7 Background Color

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

This div background color is #518fd7


#518fd7 Border Color

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

This div border color is #518fd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518fd7


Comments

No comments written yet.

Please login to write comment.