Color Hex Logo

#112947 Color Hex

#112947
(17,41,71)
0 Favorites   0 Comments

Color spaces of #112947

RGB 174171
HSL0.590.610.17
HSV213°76°28°
CMYK 0.760.420.00   0.72
XYZ2.16142.16006.2642
Yxy2.16000.20420.2041
Hunter Lab14.69690.5314-14.9830
CIE-Lab16.30552.4085-21.5094

#112947 color RGB value is (17,41,71).

#112947 hex color red value is 17, green value is 41 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #112947 hue: 0.59 , saturation: 0.61 and the lightness value of 112947 is 0.17.

The process color (four color CMYK) of #112947 color hex is 0.76, 0.42, 0.00, 0.72. Web safe color of #112947 is #003333. Color #112947 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 01000111
Octal 21 51 107
Decimal 17 41 71
Hex 11 29 47

RGB Percentages of Color #112947

%13.18
%31.78
%55.04

CMYK Percentages of Color #112947

%76
%42
%0
%72

Triadic Colors of #112947

#112947 #471129 #294711

Analogous Colors of #112947

#112947 #141147 #114447

Monochromatic Colors of #112947

#112947

Complementary Color

#112947 #472f11

#112947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112947 Color CSS Codes

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

#112947 Text Font Color

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

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


#112947 Background Color

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

This div background color is #112947


#112947 Border Color

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

This div border color is #112947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112947


Comments

No comments written yet.

Please login to write comment.