Color Hex Logo

#070e97 Color Hex

#070E97
(7,14,151)
0 Favorites   0 Comments

Color spaces of #070e97

RGB 714151
HSL0.660.910.31
HSV237°95°59°
CMYK 0.950.910.00   0.41
XYZ5.83062.593629.4715
Yxy2.59360.15390.0684
Hunter Lab16.104736.4418-97.2274
CIE-Lab18.336749.1914-70.1719

#070e97 color RGB value is (7,14,151).

#070e97 hex color red value is 7, green value is 14 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #070e97 hue: 0.66 , saturation: 0.91 and the lightness value of 070e97 is 0.31.

The process color (four color CMYK) of #070e97 color hex is 0.95, 0.91, 0.00, 0.41. Web safe color of #070e97 is #000099. Color #070e97 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001110 10010111
Octal 7 16 227
Decimal 7 14 151
Hex 7 E 97

RGB Percentages of Color #070e97

%4.07
%8.14
%87.79

CMYK Percentages of Color #070e97

%95
%91
%0
%41

Triadic Colors of #070e97

#070e97 #97070e #0e9707

Analogous Colors of #070e97

#070e97 #480797 #075697

Monochromatic Colors of #070e97

#070e97

Complementary Color

#070e97 #979007

#070e97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070e97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070e97 Color CSS Codes

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

#070e97 Text Font Color

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

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


#070e97 Background Color

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

This div background color is #070e97


#070e97 Border Color

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

This div border color is #070e97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070e97


Comments

No comments written yet.

Please login to write comment.