Color Hex Logo

#07156e Color Hex

#07156E
(7,21,110)
0 Favorites   0 Comments

Color spaces of #07156e

RGB 721110
HSL0.640.880.23
HSV232°94°43°
CMYK 0.940.810.00   0.57
XYZ3.17031.707314.9143
Yxy1.70730.16020.0863
Hunter Lab13.066420.4434-58.5287
CIE-Lab13.869532.2020-51.5974

#07156e color RGB value is (7,21,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010101 01101110
Octal 7 25 156
Decimal 7 21 110
Hex 7 15 6E

RGB Percentages of Color #07156e

%5.07
%15.22
%79.71

CMYK Percentages of Color #07156e

%94
%81
%0
%57

Triadic Colors of #07156e

#07156e #6e0715 #156e07

Analogous Colors of #07156e

#07156e #2c076e #07496e

Monochromatic Colors of #07156e

#07156e

Complementary Color

#07156e #6e6007

#07156e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07156e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07156e Color CSS Codes

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

#07156e Text Font Color

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

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


#07156e Background Color

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

This div background color is #07156e


#07156e Border Color

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

This div border color is #07156e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07156e


Comments

No comments written yet.

Please login to write comment.