Color Hex Logo

#07116e Color Hex

#07116E
(7,17,110)
0 Favorites   0 Comments

Color spaces of #07116e

RGB 717110
HSL0.650.880.23
HSV234°94°43°
CMYK 0.940.850.00   0.57
XYZ3.10251.571914.8917
Yxy1.57190.15860.0803
Hunter Lab12.537522.2303-61.6465
CIE-Lab13.058034.5441-52.9444

#07116e color RGB value is (7,17,110).

#07116e hex color red value is 7, green value is 17 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #07116e hue: 0.65 , saturation: 0.88 and the lightness value of 07116e is 0.23.

The process color (four color CMYK) of #07116e color hex is 0.94, 0.85, 0.00, 0.57. Web safe color of #07116e is #000066. Color #07116e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010001 01101110
Octal 7 21 156
Decimal 7 17 110
Hex 7 11 6E

RGB Percentages of Color #07116e

%5.22
%12.69
%82.09

CMYK Percentages of Color #07116e

%94
%85
%0
%57

Triadic Colors of #07116e

#07116e #6e0711 #116e07

Analogous Colors of #07116e

#07116e #31076e #07456e

Monochromatic Colors of #07116e

#07116e

Complementary Color

#07116e #6e6407

#07116e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07116e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07116e Color CSS Codes

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

#07116e Text Font Color

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

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


#07116e Background Color

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

This div background color is #07116e


#07116e Border Color

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

This div border color is #07116e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07116e


Comments

No comments written yet.

Please login to write comment.