Color Hex Logo

#057fac Color Hex

#057FAC
(5,127,172)
0 Favorites   0 Comments

Color spaces of #057fac

RGB 5127172
HSL0.540.940.35
HSV196°97°67°
CMYK 0.970.260.00   0.33
XYZ15.098418.189641.7449
Yxy18.18960.20120.2424
Hunter Lab42.6493-11.4449-28.1783
CIE-Lab49.7253-12.5076-31.9735

#057fac color RGB value is (5,127,172).

#057fac hex color red value is 5, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #057fac hue: 0.54 , saturation: 0.94 and the lightness value of 057fac is 0.35.

The process color (four color CMYK) of #057fac color hex is 0.97, 0.26, 0.00, 0.33. Web safe color of #057fac is #006699. Color #057fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111111 10101100
Octal 5 177 254
Decimal 5 127 172
Hex 5 7F AC

RGB Percentages of Color #057fac

%1.64
%41.78
%56.58

CMYK Percentages of Color #057fac

%97
%26
%0
%33

Triadic Colors of #057fac

#057fac #ac057f #7fac05

Analogous Colors of #057fac

#057fac #052cac #05ac86

Monochromatic Colors of #057fac

#057fac

Complementary Color

#057fac #ac3205

#057fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#057fac Color CSS Codes

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

#057fac Text Font Color

<p style="color:#057fac">Text here</p>

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


#057fac Background Color

<div style="background-color:#057fac">
Div content here</div>

This div background color is #057fac


#057fac Border Color

<div style="border:3px solid #057fac">
Div here</div>

This div border color is #057fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,127,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #057fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #057fac;
  -webkit-box-shadow: 1px 1px 3px 2px #057fac;
  box-shadow:         1px 1px 3px 2px #057fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057fac


Comments

No comments written yet.

Please login to write comment.