Color Hex Logo

#052aa8 Color Hex

#052AA8
(5,42,168)
0 Favorites   0 Comments

Color spaces of #052aa8

RGB 542168
HSL0.630.940.34
HSV226°97°66°
CMYK 0.970.750.00   0.34
XYZ7.95844.515337.4979
Yxy4.51530.15930.0904
Hunter Lab21.249229.6668-89.7529
CIE-Lab25.306740.6961-68.9701

#052aa8 color RGB value is (5,42,168).

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

The process color (four color CMYK) of #052aa8 color hex is 0.97, 0.75, 0.00, 0.34. Web safe color of #052aa8 is #003399. Color #052aa8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 10101000
Octal 5 52 250
Decimal 5 42 168
Hex 5 2A A8

RGB Percentages of Color #052aa8

%2.33
%19.53
%78.14

CMYK Percentages of Color #052aa8

%97
%75
%0
%34

Triadic Colors of #052aa8

#052aa8 #a8052a #2aa805

Analogous Colors of #052aa8

#052aa8 #3105a8 #057ca8

Monochromatic Colors of #052aa8

#052aa8

Complementary Color

#052aa8 #a88305

#052aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052aa8 Color CSS Codes

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

#052aa8 Text Font Color

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

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


#052aa8 Background Color

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

This div background color is #052aa8


#052aa8 Border Color

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

This div border color is #052aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052aa8


Comments

No comments written yet.

Please login to write comment.