Color Hex Logo

#052070 Color Hex

#052070
(5,32,112)
0 Favorites   0 Comments

Color spaces of #052070

RGB 532112
HSL0.620.910.23
HSV225°96°44°
CMYK 0.960.710.00   0.56
XYZ3.50372.235115.5760
Yxy2.23510.16440.1049
Hunter Lab14.950315.6698-51.3064
CIE-Lab16.675625.5618-48.2620

#052070 color RGB value is (5,32,112).

#052070 hex color red value is 5, green value is 32 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #052070 hue: 0.62 , saturation: 0.91 and the lightness value of 052070 is 0.23.

The process color (four color CMYK) of #052070 color hex is 0.96, 0.71, 0.00, 0.56. Web safe color of #052070 is #003366. Color #052070 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 01110000
Octal 5 40 160
Decimal 5 32 112
Hex 5 20 70

RGB Percentages of Color #052070

%3.36
%21.48
%75.17

CMYK Percentages of Color #052070

%96
%71
%0
%56

Triadic Colors of #052070

#052070 #700520 #207005

Analogous Colors of #052070

#052070 #1f0570 #055670

Monochromatic Colors of #052070

#052070

Complementary Color

#052070 #705505

#052070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052070 Color CSS Codes

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

#052070 Text Font Color

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

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


#052070 Background Color

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

This div background color is #052070


#052070 Border Color

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

This div border color is #052070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,32,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052070;
  -webkit-box-shadow: 1px 1px 3px 2px #052070;
  box-shadow:         1px 1px 3px 2px #052070; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052070


Comments

No comments written yet.

Please login to write comment.