Color Hex Logo

#070089 Color Hex

#070089
(7,0,137)
0 Favorites   0 Comments

Color spaces of #070089

RGB 70137
HSL0.681.000.27
HSV243°100°54°
CMYK 0.951.000.00   0.46
XYZ4.60301.851323.7816
Yxy1.85130.15220.0612
Hunter Lab13.606236.5757-94.1053
CIE-Lab14.686749.9811-67.5373

#070089 color RGB value is (7,0,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000000 10001001
Octal 7 0 211
Decimal 7 0 137
Hex 7 0 89

RGB Percentages of Color #070089

%4.86
%0.00
%95.14

CMYK Percentages of Color #070089

%95
%100
%0
%46

Triadic Colors of #070089

#070089 #890700 #008907

Analogous Colors of #070089

#070089 #4c0089 #003d89

Monochromatic Colors of #070089

#070089

Complementary Color

#070089 #828900

#070089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070089 Color CSS Codes

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

#070089 Text Font Color

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

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


#070089 Background Color

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

This div background color is #070089


#070089 Border Color

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

This div border color is #070089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070089


Comments

No comments written yet.

Please login to write comment.