Color Hex Logo

#052bac Color Hex

#052BAC
(5,43,172)
0 Favorites   0 Comments

Color spaces of #052bac

RGB 543172
HSL0.630.940.35
HSV226°97°67°
CMYK 0.970.750.00   0.33
XYZ8.37294.738639.5031
Yxy4.73860.15910.0901
Hunter Lab21.768330.5631-92.3561
CIE-Lab25.976741.5417-70.2705

#052bac color RGB value is (5,43,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101011 10101100
Octal 5 53 254
Decimal 5 43 172
Hex 5 2B AC

RGB Percentages of Color #052bac

%2.27
%19.55
%78.18

CMYK Percentages of Color #052bac

%97
%75
%0
%33

Triadic Colors of #052bac

#052bac #ac052b #2bac05

Analogous Colors of #052bac

#052bac #3205ac #057fac

Monochromatic Colors of #052bac

#052bac

Complementary Color

#052bac #ac8605

#052bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#052bac Color CSS Codes

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

#052bac Text Font Color

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

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


#052bac Background Color

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

This div background color is #052bac


#052bac Border Color

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

This div border color is #052bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052bac


Comments

No comments written yet.

Please login to write comment.