Color Hex Logo

#052293 Color Hex

#052293
(5,34,147)
0 Favorites   0 Comments

Color spaces of #052293

RGB 534147
HSL0.630.930.30
HSV228°97°58°
CMYK 0.970.770.00   0.42
XYZ5.90113.282927.9264
Yxy3.28290.15900.0885
Hunter Lab18.118826.4278-78.7003
CIE-Lab21.143037.8869-63.0318

#052293 color RGB value is (5,34,147).

#052293 hex color red value is 5, green value is 34 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #052293 hue: 0.63 , saturation: 0.93 and the lightness value of 052293 is 0.30.

The process color (four color CMYK) of #052293 color hex is 0.97, 0.77, 0.00, 0.42. Web safe color of #052293 is #003399. Color #052293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100010 10010011
Octal 5 42 223
Decimal 5 34 147
Hex 5 22 93

RGB Percentages of Color #052293

%2.69
%18.28
%79.03

CMYK Percentages of Color #052293

%97
%77
%0
%42

Triadic Colors of #052293

#052293 #930522 #229305

Analogous Colors of #052293

#052293 #2f0593 #056993

Monochromatic Colors of #052293

#052293

Complementary Color

#052293 #937605

#052293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052293 Color CSS Codes

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

#052293 Text Font Color

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

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


#052293 Background Color

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

This div background color is #052293


#052293 Border Color

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

This div border color is #052293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052293


Comments

No comments written yet.

Please login to write comment.