Color Hex Logo

#518be3 Color Hex

#518BE3
(81,139,227)
0 Favorites   0 Comments

Color spaces of #518be3

RGB 81139227
HSL0.600.720.60
HSV216°64°89°
CMYK 0.640.390.00   0.11
XYZ26.491125.760676.2491
Yxy25.76060.20620.2005
Hunter Lab50.75494.3455-53.5429
CIE-Lab57.80918.4631-50.3478

#518be3 color RGB value is (81,139,227).

#518be3 hex color red value is 81, green value is 139 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #518be3 hue: 0.60 , saturation: 0.72 and the lightness value of 518be3 is 0.60.

The process color (four color CMYK) of #518be3 color hex is 0.64, 0.39, 0.00, 0.11. Web safe color of #518be3 is #6699cc. Color #518be3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001011 11100011
Octal 121 213 343
Decimal 81 139 227
Hex 51 8B E3

RGB Percentages of Color #518be3

%18.12
%31.10
%50.78

CMYK Percentages of Color #518be3

%64
%39
%0
%11

Triadic Colors of #518be3

#518be3 #e3518b #8be351

Analogous Colors of #518be3

#518be3 #6051e3 #51d4e3

Monochromatic Colors of #518be3

#518be3

Complementary Color

#518be3 #e3a951

#518be3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518be3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518be3 Color CSS Codes

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

#518be3 Text Font Color

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

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


#518be3 Background Color

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

This div background color is #518be3


#518be3 Border Color

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

This div border color is #518be3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518be3


Comments

No comments written yet.

Please login to write comment.