Color Hex Logo

#07011c Color Hex

#07011C
(7,1,28)
0 Favorites   0 Comments

Color spaces of #07011c

RGB 7128
HSL0.700.930.06
HSV253°96°11°
CMYK 0.750.960.00   0.89
XYZ0.30810.15071.1115
Yxy0.15070.19620.0960
Hunter Lab3.88207.3733-14.2586
CIE-Lab1.36136.7535-13.4525

#07011c color RGB value is (7,1,28).

#07011c hex color red value is 7, green value is 1 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #07011c hue: 0.70 , saturation: 0.93 and the lightness value of 07011c is 0.06.

The process color (four color CMYK) of #07011c color hex is 0.75, 0.96, 0.00, 0.89. Web safe color of #07011c is #000033. Color #07011c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000001 00011100
Octal 7 1 34
Decimal 7 1 28
Hex 7 1 1C

RGB Percentages of Color #07011c

%19.44
%2.78
%77.78

CMYK Percentages of Color #07011c

%75
%96
%0
%89

Triadic Colors of #07011c

#07011c #1c0701 #011c07

Analogous Colors of #07011c

#07011c #15011c #01091c

Monochromatic Colors of #07011c

#07011c

Complementary Color

#07011c #161c01

#07011c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07011c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07011c Color CSS Codes

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

#07011c Text Font Color

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

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


#07011c Background Color

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

This div background color is #07011c


#07011c Border Color

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

This div border color is #07011c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07011c


Comments

No comments written yet.

Please login to write comment.