Color Hex Logo

#052a6c Color Hex

#052A6C
(5,42,108)
0 Favorites   0 Comments

Color spaces of #052a6c

RGB 542108
HSL0.610.910.22
HSV218°95°42°
CMYK 0.950.610.00   0.58
XYZ3.59732.770914.5326
Yxy2.77090.17210.1326
Hunter Lab16.64609.4443-40.1102
CIE-Lab19.102016.5721-41.6888

#052a6c color RGB value is (5,42,108).

#052a6c hex color red value is 5, green value is 42 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #052a6c hue: 0.61 , saturation: 0.91 and the lightness value of 052a6c is 0.22.

The process color (four color CMYK) of #052a6c color hex is 0.95, 0.61, 0.00, 0.58. Web safe color of #052a6c is #003366. Color #052a6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 01101100
Octal 5 52 154
Decimal 5 42 108
Hex 5 2A 6C

RGB Percentages of Color #052a6c

%3.23
%27.10
%69.68

CMYK Percentages of Color #052a6c

%95
%61
%0
%58

Triadic Colors of #052a6c

#052a6c #6c052a #2a6c05

Analogous Colors of #052a6c

#052a6c #13056c #055e6c

Monochromatic Colors of #052a6c

#052a6c

Complementary Color

#052a6c #6c4705

#052a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#052a6c Color CSS Codes

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

#052a6c Text Font Color

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

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


#052a6c Background Color

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

This div background color is #052a6c


#052a6c Border Color

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

This div border color is #052a6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052a6c


Comments

No comments written yet.

Please login to write comment.