Color Hex Logo

#050faa Color Hex

#050FAA
(5,15,170)
0 Favorites   0 Comments

Color spaces of #050faa

RGB 515170
HSL0.660.940.34
HSV236°97°67°
CMYK 0.970.910.00   0.33
XYZ7.48913.276238.2679
Yxy3.27620.15270.0668
Hunter Lab18.100342.1800-112.6817
CIE-Lab21.117754.3648-77.1454

#050faa color RGB value is (5,15,170).

#050faa hex color red value is 5, green value is 15 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #050faa hue: 0.66 , saturation: 0.94 and the lightness value of 050faa is 0.34.

The process color (four color CMYK) of #050faa color hex is 0.97, 0.91, 0.00, 0.33. Web safe color of #050faa is #000099. Color #050faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001111 10101010
Octal 5 17 252
Decimal 5 15 170
Hex 5 F AA

RGB Percentages of Color #050faa

%2.63
%7.89
%89.47

CMYK Percentages of Color #050faa

%97
%91
%0
%33

Triadic Colors of #050faa

#050faa #aa050f #0faa05

Analogous Colors of #050faa

#050faa #4d05aa #0562aa

Monochromatic Colors of #050faa

#050faa

Complementary Color

#050faa #aaa005

#050faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#050faa Color CSS Codes

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

#050faa Text Font Color

<p style="color:#050faa">Text here</p>

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


#050faa Background Color

<div style="background-color:#050faa">
Div content here</div>

This div background color is #050faa


#050faa Border Color

<div style="border:3px solid #050faa">
Div here</div>

This div border color is #050faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,15,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050faa;
  -webkit-box-shadow: 1px 1px 3px 2px #050faa;
  box-shadow:         1px 1px 3px 2px #050faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,15,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050faa


Comments

No comments written yet.

Please login to write comment.