Color Hex Logo

#052fac Color Hex

#052FAC
(5,47,172)
0 Favorites   0 Comments

Color spaces of #052fac

RGB 547172
HSL0.620.940.35
HSV225°97°67°
CMYK 0.970.730.00   0.33
XYZ8.52555.043939.5539
Yxy5.04390.16050.0949
Hunter Lab22.458628.4576-88.6999
CIE-Lab26.859539.0800-68.8095

#052fac color RGB value is (5,47,172).

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

The process color (four color CMYK) of #052fac color hex is 0.97, 0.73, 0.00, 0.33. Web safe color of #052fac is #003399. Color #052fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101111 10101100
Octal 5 57 254
Decimal 5 47 172
Hex 5 2F AC

RGB Percentages of Color #052fac

%2.23
%20.98
%76.79

CMYK Percentages of Color #052fac

%97
%73
%0
%33

Triadic Colors of #052fac

#052fac #ac052f #2fac05

Analogous Colors of #052fac

#052fac #2e05ac #0583ac

Monochromatic Colors of #052fac

#052fac

Complementary Color

#052fac #ac8205

#052fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#052fac Color CSS Codes

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

#052fac Text Font Color

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

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


#052fac Background Color

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

This div background color is #052fac


#052fac Border Color

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

This div border color is #052fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,47,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 #052fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052fac


Comments

No comments written yet.

Please login to write comment.