Color Hex Logo

#070914 Color Hex

#070914
(7,9,20)
0 Favorites   0 Comments

Color spaces of #070914

RGB 7920
HSL0.640.480.05
HSV231°65°
CMYK 0.650.550.00   0.92
XYZ0.31160.29110.7016
Yxy0.29110.23890.2232
Hunter Lab5.39540.8671-3.9332
CIE-Lab2.62951.4304-5.5017

#070914 color RGB value is (7,9,20).

#070914 hex color red value is 7, green value is 9 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #070914 hue: 0.64 , saturation: 0.48 and the lightness value of 070914 is 0.05.

The process color (four color CMYK) of #070914 color hex is 0.65, 0.55, 0.00, 0.92. Web safe color of #070914 is #000000. Color #070914 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001001 00010100
Octal 7 11 24
Decimal 7 9 20
Hex 7 9 14

RGB Percentages of Color #070914

%19.44
%25.00
%55.56

CMYK Percentages of Color #070914

%65
%55
%0
%92

Triadic Colors of #070914

#070914 #140709 #091407

Analogous Colors of #070914

#070914 #0c0714 #071014

Monochromatic Colors of #070914

#070914

Complementary Color

#070914 #141207

#070914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070914 Color CSS Codes

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

#070914 Text Font Color

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

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


#070914 Background Color

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

This div background color is #070914


#070914 Border Color

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

This div border color is #070914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070914


Comments

No comments written yet.

Please login to write comment.