Color Hex Logo

#071170 Color Hex

#071170
(7,17,112)
0 Favorites   0 Comments

Color spaces of #071170

RGB 717112
HSL0.650.880.23
HSV234°94°44°
CMYK 0.940.850.00   0.56
XYZ3.21271.615915.4718
Yxy1.61590.15830.0796
Hunter Lab12.711822.8673-63.2648
CIE-Lab13.326735.2561-53.8023

#071170 color RGB value is (7,17,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010001 01110000
Octal 7 21 160
Decimal 7 17 112
Hex 7 11 70

RGB Percentages of Color #071170

%5.15
%12.50
%82.35

CMYK Percentages of Color #071170

%94
%85
%0
%56

Triadic Colors of #071170

#071170 #700711 #117007

Analogous Colors of #071170

#071170 #320770 #074570

Monochromatic Colors of #071170

#071170

Complementary Color

#071170 #706607

#071170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071170 Color CSS Codes

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

#071170 Text Font Color

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

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


#071170 Background Color

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

This div background color is #071170


#071170 Border Color

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

This div border color is #071170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071170


Comments

No comments written yet.

Please login to write comment.