Color Hex Logo

#052a4e Color Hex

#052A4E
(5,42,78)
0 Favorites   0 Comments

Color spaces of #052a4e

RGB 54278
HSL0.580.880.16
HSV210°94°31°
CMYK 0.940.460.00   0.69
XYZ2.26572.23837.5203
Yxy2.23830.18840.1861
Hunter Lab14.96090.8505-19.3302
CIE-Lab16.69122.9888-25.6940

#052a4e color RGB value is (5,42,78).

#052a4e hex color red value is 5, green value is 42 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #052a4e hue: 0.58 , saturation: 0.88 and the lightness value of 052a4e is 0.16.

The process color (four color CMYK) of #052a4e color hex is 0.94, 0.46, 0.00, 0.69. Web safe color of #052a4e is #003366. Color #052a4e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 01001110
Octal 5 52 116
Decimal 5 42 78
Hex 5 2A 4E

RGB Percentages of Color #052a4e

%4.00
%33.60
%62.40

CMYK Percentages of Color #052a4e

%94
%46
%0
%69

Triadic Colors of #052a4e

#052a4e #4e052a #2a4e05

Analogous Colors of #052a4e

#052a4e #05054e #054e4e

Monochromatic Colors of #052a4e

#052a4e

Complementary Color

#052a4e #4e2905

#052a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#052a4e Color CSS Codes

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

#052a4e Text Font Color

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

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


#052a4e Background Color

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

This div background color is #052a4e


#052a4e Border Color

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

This div border color is #052a4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052a4e


Comments

No comments written yet.

Please login to write comment.