Color Hex Logo

#052393 Color Hex

#052393
(5,35,147)
0 Favorites   0 Comments

Color spaces of #052393

RGB 535147
HSL0.630.930.30
HSV227°97°58°
CMYK 0.970.760.00   0.42
XYZ5.93013.340927.9361
Yxy3.34090.15940.0898
Hunter Lab18.278125.9253-77.8235
CIE-Lab21.360537.2734-62.6716

#052393 color RGB value is (5,35,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100011 10010011
Octal 5 43 223
Decimal 5 35 147
Hex 5 23 93

RGB Percentages of Color #052393

%2.67
%18.72
%78.61

CMYK Percentages of Color #052393

%97
%76
%0
%42

Triadic Colors of #052393

#052393 #930523 #239305

Analogous Colors of #052393

#052393 #2e0593 #056a93

Monochromatic Colors of #052393

#052393

Complementary Color

#052393 #937505

#052393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052393 Color CSS Codes

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

#052393 Text Font Color

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

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


#052393 Background Color

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

This div background color is #052393


#052393 Border Color

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

This div border color is #052393


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,35,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 #052393">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052393


Comments

No comments written yet.

Please login to write comment.