Color Hex Logo

#052cab Color Hex

#052CAB
(5,44,171)
0 Favorites   0 Comments

Color spaces of #052cab

RGB 544171
HSL0.630.940.35
HSV226°97°67°
CMYK 0.970.740.00   0.33
XYZ8.31404.773939.0113
Yxy4.77390.15960.0916
Hunter Lab21.849329.6860-90.5663
CIE-Lab26.080640.5706-69.4968

#052cab color RGB value is (5,44,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101100 10101011
Octal 5 54 253
Decimal 5 44 171
Hex 5 2C AB

RGB Percentages of Color #052cab

%2.27
%20.00
%77.73

CMYK Percentages of Color #052cab

%97
%74
%0
%33

Triadic Colors of #052cab

#052cab #ab052c #2cab05

Analogous Colors of #052cab

#052cab #3105ab #057fab

Monochromatic Colors of #052cab

#052cab

Complementary Color

#052cab #ab8405

#052cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#052cab Color CSS Codes

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

#052cab Text Font Color

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

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


#052cab Background Color

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

This div background color is #052cab


#052cab Border Color

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

This div border color is #052cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052cab


Comments

No comments written yet.

Please login to write comment.