Color Hex Logo

#070f94 Color Hex

#070F94
(7,15,148)
0 Favorites   0 Comments

Color spaces of #070f94

RGB 715148
HSL0.660.910.30
HSV237°95°58°
CMYK 0.950.900.00   0.42
XYZ5.60372.524928.2090
Yxy2.52490.15420.0695
Hunter Lab15.889935.1419-94.1331
CIE-Lab18.030847.9180-68.8249

#070f94 color RGB value is (7,15,148).

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

The process color (four color CMYK) of #070f94 color hex is 0.95, 0.90, 0.00, 0.42. Web safe color of #070f94 is #000099. Color #070f94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001111 10010100
Octal 7 17 224
Decimal 7 15 148
Hex 7 F 94

RGB Percentages of Color #070f94

%4.12
%8.82
%87.06

CMYK Percentages of Color #070f94

%95
%90
%0
%42

Triadic Colors of #070f94

#070f94 #94070f #0f9407

Analogous Colors of #070f94

#070f94 #460794 #075594

Monochromatic Colors of #070f94

#070f94

Complementary Color

#070f94 #948c07

#070f94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070f94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070f94 Color CSS Codes

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

#070f94 Text Font Color

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

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


#070f94 Background Color

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

This div background color is #070f94


#070f94 Border Color

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

This div border color is #070f94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070f94


Comments

No comments written yet.

Please login to write comment.