Color Hex Logo

#518aff Color Hex

#518AFF
(81,138,255)
0 Favorites   0 Comments

Color spaces of #518aff

RGB 81138255
HSL0.611.000.66
HSV220°68°100°
CMYK 0.680.460.00   0.00
XYZ30.531827.146398.2383
Yxy27.14630.19580.1741
Hunter Lab52.102113.4222-75.3196
CIE-Lab59.109518.6844-63.7586

#518aff color RGB value is (81,138,255).

#518aff hex color red value is 81, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #518aff hue: 0.61 , saturation: 1.00 and the lightness value of 518aff is 0.66.

The process color (four color CMYK) of #518aff color hex is 0.68, 0.46, 0.00, 0.00. Web safe color of #518aff is #6699ff. Color #518aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 11111111
Octal 121 212 377
Decimal 81 138 255
Hex 51 8A FF

RGB Percentages of Color #518aff

%17.09
%29.11
%53.80

CMYK Percentages of Color #518aff

%68
%46
%0
%0

Triadic Colors of #518aff

#518aff #ff518a #8aff51

Analogous Colors of #518aff

#518aff #6f51ff #51e1ff

Monochromatic Colors of #518aff

#518aff

Complementary Color

#518aff #ffc651

#518aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#518aff Color CSS Codes

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

#518aff Text Font Color

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

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


#518aff Background Color

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

This div background color is #518aff


#518aff Border Color

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

This div border color is #518aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518aff


Comments

No comments written yet.

Please login to write comment.