Color Hex Logo

#070389 Color Hex

#070389
(7,3,137)
0 Favorites   0 Comments

Color spaces of #070389

RGB 73137
HSL0.670.960.27
HSV242°98°54°
CMYK 0.950.980.00   0.46
XYZ4.63551.916423.7925
Yxy1.91640.15280.0632
Hunter Lab13.843435.5452-92.2106
CIE-Lab15.042348.8765-66.9427

#070389 color RGB value is (7,3,137).

#070389 hex color red value is 7, green value is 3 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #070389 hue: 0.67 , saturation: 0.96 and the lightness value of 070389 is 0.27.

The process color (four color CMYK) of #070389 color hex is 0.95, 0.98, 0.00, 0.46. Web safe color of #070389 is #000099. Color #070389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000011 10001001
Octal 7 3 211
Decimal 7 3 137
Hex 7 3 89

RGB Percentages of Color #070389

%4.76
%2.04
%93.20

CMYK Percentages of Color #070389

%95
%98
%0
%46

Triadic Colors of #070389

#070389 #890703 #038907

Analogous Colors of #070389

#070389 #4a0389 #034289

Monochromatic Colors of #070389

#070389

Complementary Color

#070389 #858903

#070389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070389 Color CSS Codes

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

#070389 Text Font Color

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

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


#070389 Background Color

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

This div background color is #070389


#070389 Border Color

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

This div border color is #070389


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,3,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070389; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070389;
  -webkit-box-shadow: 1px 1px 3px 2px #070389;
  box-shadow:         1px 1px 3px 2px #070389; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,3,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070389


Comments

No comments written yet.

Please login to write comment.