Color Hex Logo

#070e62 Color Hex

#070E62
(7,14,98)
0 Favorites   0 Comments

Color spaces of #070e62

RGB 71498
HSL0.650.870.21
HSV235°93°38°
CMYK 0.930.860.00   0.62
XYZ2.44931.241111.6657
Yxy1.24110.15950.0808
Hunter Lab11.140519.7485-54.2870
CIE-Lab10.857231.9218-48.6850

#070e62 color RGB value is (7,14,98).

#070e62 hex color red value is 7, green value is 14 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #070e62 hue: 0.65 , saturation: 0.87 and the lightness value of 070e62 is 0.21.

The process color (four color CMYK) of #070e62 color hex is 0.93, 0.86, 0.00, 0.62. Web safe color of #070e62 is #000066. Color #070e62 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001110 01100010
Octal 7 16 142
Decimal 7 14 98
Hex 7 E 62

RGB Percentages of Color #070e62

%5.88
%11.76
%82.35

CMYK Percentages of Color #070e62

%93
%86
%0
%62

Triadic Colors of #070e62

#070e62 #62070e #0e6207

Analogous Colors of #070e62

#070e62 #2e0762 #073c62

Monochromatic Colors of #070e62

#070e62

Complementary Color

#070e62 #625b07

#070e62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070e62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070e62 Color CSS Codes

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

#070e62 Text Font Color

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

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


#070e62 Background Color

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

This div background color is #070e62


#070e62 Border Color

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

This div border color is #070e62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070e62


Comments

No comments written yet.

Please login to write comment.