Color Hex Logo

#052aae Color Hex

#052AAE
(5,42,174)
0 Favorites   0 Comments

Color spaces of #052aae

RGB 542174
HSL0.630.940.35
HSV227°97°68°
CMYK 0.970.760.00   0.32
XYZ8.53054.744240.5105
Yxy4.74420.15860.0882
Hunter Lab21.781231.7916-95.0258
CIE-Lab25.993242.8577-71.4444

#052aae color RGB value is (5,42,174).

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

The process color (four color CMYK) of #052aae color hex is 0.97, 0.76, 0.00, 0.32. Web safe color of #052aae is #003399. Color #052aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 10101110
Octal 5 52 256
Decimal 5 42 174
Hex 5 2A AE

RGB Percentages of Color #052aae

%2.26
%19.00
%78.73

CMYK Percentages of Color #052aae

%97
%76
%0
%32

Triadic Colors of #052aae

#052aae #ae052a #2aae05

Analogous Colors of #052aae

#052aae #3505ae #057fae

Monochromatic Colors of #052aae

#052aae

Complementary Color

#052aae #ae8905

#052aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#052aae Color CSS Codes

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

#052aae Text Font Color

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

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


#052aae Background Color

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

This div background color is #052aae


#052aae Border Color

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

This div border color is #052aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052aae


Comments

No comments written yet.

Please login to write comment.