Color Hex Logo

#114147 Color Hex

#114147
(17,65,71)
0 Favorites   0 Comments

Color spaces of #114147

RGB 176571
HSL0.520.610.17
HSV187°76°28°
CMYK 0.760.080.00   0.72
XYZ3.25884.35476.6300
Yxy4.35470.22880.3057
Hunter Lab20.8679-8.6437-4.2296
CIE-Lab24.8110-13.4757-8.3192

#114147 color RGB value is (17,65,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000001 01000111
Octal 21 101 107
Decimal 17 65 71
Hex 11 41 47

RGB Percentages of Color #114147

%11.11
%42.48
%46.41

CMYK Percentages of Color #114147

%76
%8
%0
%72

Triadic Colors of #114147

#114147 #471141 #414711

Analogous Colors of #114147

#114147 #112647 #114732

Monochromatic Colors of #114147

#114147

Complementary Color

#114147 #471711

#114147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114147 Color CSS Codes

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

#114147 Text Font Color

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

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


#114147 Background Color

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

This div background color is #114147


#114147 Border Color

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

This div border color is #114147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114147


Comments

No comments written yet.

Please login to write comment.