Color Hex Logo

#057093 Color Hex

#057093
(5,112,147)
0 Favorites   0 Comments

Color spaces of #057093

RGB 5112147
HSL0.540.930.30
HSV195°97°58°
CMYK 0.970.240.00   0.42
XYZ11.123213.727229.6671
Yxy13.72720.20400.2518
Hunter Lab37.0502-11.2487-21.5399
CIE-Lab43.8391-13.3588-26.4878

#057093 color RGB value is (5,112,147).

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

The process color (four color CMYK) of #057093 color hex is 0.97, 0.24, 0.00, 0.42. Web safe color of #057093 is #006699. Color #057093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110000 10010011
Octal 5 160 223
Decimal 5 112 147
Hex 5 70 93

RGB Percentages of Color #057093

%1.89
%42.42
%55.68

CMYK Percentages of Color #057093

%97
%24
%0
%42

Triadic Colors of #057093

#057093 #930570 #709305

Analogous Colors of #057093

#057093 #052993 #05936f

Monochromatic Colors of #057093

#057093

Complementary Color

#057093 #932805

#057093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#057093 Color CSS Codes

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

#057093 Text Font Color

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

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


#057093 Background Color

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

This div background color is #057093


#057093 Border Color

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

This div border color is #057093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057093


Comments

No comments written yet.

Please login to write comment.