Color Hex Logo

#07080e Color Hex

#07080E
(7,8,14)
0 Favorites   0 Comments

Color spaces of #07080e

RGB 7814
HSL0.640.330.04
HSV231°50°
CMYK 0.500.430.00   0.95
XYZ0.25370.25050.4505
Yxy0.25050.26570.2624
Hunter Lab5.00500.2893-1.8332
CIE-Lab2.26270.6393-2.5424

#07080e color RGB value is (7,8,14).

#07080e hex color red value is 7, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #07080e hue: 0.64 , saturation: 0.33 and the lightness value of 07080e is 0.04.

The process color (four color CMYK) of #07080e color hex is 0.50, 0.43, 0.00, 0.95. Web safe color of #07080e is #000000. Color #07080e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001000 00001110
Octal 7 10 16
Decimal 7 8 14
Hex 7 8 E

RGB Percentages of Color #07080e

%24.14
%27.59
%48.28

CMYK Percentages of Color #07080e

%50
%43
%0
%95

Triadic Colors of #07080e

#07080e #0e0708 #080e07

Analogous Colors of #07080e

#07080e #0a070e #070c0e

Monochromatic Colors of #07080e

#07080e

Complementary Color

#07080e #0e0d07

#07080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07080e Color CSS Codes

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

#07080e Text Font Color

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

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


#07080e Background Color

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

This div background color is #07080e


#07080e Border Color

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

This div border color is #07080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07080e


Comments

No comments written yet.

Please login to write comment.