Color Hex Logo

#052a44 Color Hex

#052A44
(5,42,68)
0 Favorites   0 Comments

Color spaces of #052a44

RGB 54268
HSL0.570.860.14
HSV205°93°27°
CMYK 0.930.380.00   0.73
XYZ1.93392.10555.7733
Yxy2.10550.19710.2146
Hunter Lab14.5103-1.6031-13.4328
CIE-Lab16.0314-1.5657-19.9100

#052a44 color RGB value is (5,42,68).

#052a44 hex color red value is 5, green value is 42 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #052a44 hue: 0.57 , saturation: 0.86 and the lightness value of 052a44 is 0.14.

The process color (four color CMYK) of #052a44 color hex is 0.93, 0.38, 0.00, 0.73. Web safe color of #052a44 is #003333. Color #052a44 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 01000100
Octal 5 52 104
Decimal 5 42 68
Hex 5 2A 44

RGB Percentages of Color #052a44

%4.35
%36.52
%59.13

CMYK Percentages of Color #052a44

%93
%38
%0
%73

Triadic Colors of #052a44

#052a44 #44052a #2a4405

Analogous Colors of #052a44

#052a44 #050b44 #05443f

Monochromatic Colors of #052a44

#052a44

Complementary Color

#052a44 #441f05

#052a44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052a44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052a44 Color CSS Codes

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

#052a44 Text Font Color

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

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


#052a44 Background Color

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

This div background color is #052a44


#052a44 Border Color

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

This div border color is #052a44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052a44


Comments

No comments written yet.

Please login to write comment.