Color Hex Logo

#07111e Color Hex

#07111E
(7,17,30)
0 Favorites   0 Comments

Color spaces of #07111e

RGB 71730
HSL0.590.620.07
HSV214°77°12°
CMYK 0.770.430.00   0.88
XYZ0.52240.53981.3050
Yxy0.53980.22070.2280
Hunter Lab7.3471-0.1656-5.3882
CIE-Lab4.87600.3825-9.7769

#07111e color RGB value is (7,17,30).

#07111e hex color red value is 7, green value is 17 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #07111e hue: 0.59 , saturation: 0.62 and the lightness value of 07111e is 0.07.

The process color (four color CMYK) of #07111e color hex is 0.77, 0.43, 0.00, 0.88. Web safe color of #07111e is #000033. Color #07111e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010001 00011110
Octal 7 21 36
Decimal 7 17 30
Hex 7 11 1E

RGB Percentages of Color #07111e

%12.96
%31.48
%55.56

CMYK Percentages of Color #07111e

%77
%43
%0
%88

Triadic Colors of #07111e

#07111e #1e0711 #111e07

Analogous Colors of #07111e

#07111e #08071e #071d1e

Monochromatic Colors of #07111e

#07111e

Complementary Color

#07111e #1e1407

#07111e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07111e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07111e Color CSS Codes

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

#07111e Text Font Color

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

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


#07111e Background Color

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

This div background color is #07111e


#07111e Border Color

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

This div border color is #07111e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07111e


Comments

No comments written yet.

Please login to write comment.