Color Hex Logo

#071114 Color Hex

#071114
(7,17,20)
0 Favorites   0 Comments

Color spaces of #071114

RGB 71720
HSL0.540.480.05
HSV194°65°
CMYK 0.650.150.00   0.92
XYZ0.41430.49660.7358
Yxy0.49660.25160.3016
Hunter Lab7.0470-1.8380-1.2578
CIE-Lab4.4857-2.3638-2.7904

#071114 color RGB value is (7,17,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010001 00010100
Octal 7 21 24
Decimal 7 17 20
Hex 7 11 14

RGB Percentages of Color #071114

%15.91
%38.64
%45.45

CMYK Percentages of Color #071114

%65
%15
%0
%92

Triadic Colors of #071114

#071114 #140711 #111407

Analogous Colors of #071114

#071114 #070b14 #071411

Monochromatic Colors of #071114

#071114

Complementary Color

#071114 #140a07

#071114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071114 Color CSS Codes

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

#071114 Text Font Color

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

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


#071114 Background Color

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

This div background color is #071114


#071114 Border Color

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

This div border color is #071114


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,17,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 #071114">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071114


Comments

No comments written yet.

Please login to write comment.