Color Hex Logo

#11171d Color Hex

#11171D
(17,23,29)
0 Favorites   0 Comments

Color spaces of #11171d

RGB 172329
HSL0.580.260.09
HSV210°41°11°
CMYK 0.410.210.00   0.89
XYZ0.75930.82071.2808
Yxy0.82070.26540.2869
Hunter Lab9.0592-0.8927-2.0410
CIE-Lab7.4133-0.8500-5.1174

#11171d color RGB value is (17,23,29).

#11171d hex color red value is 17, green value is 23 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #11171d hue: 0.58 , saturation: 0.26 and the lightness value of 11171d is 0.09.

The process color (four color CMYK) of #11171d color hex is 0.41, 0.21, 0.00, 0.89. Web safe color of #11171d is #000033. Color #11171d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010111 00011101
Octal 21 27 35
Decimal 17 23 29
Hex 11 17 1D

RGB Percentages of Color #11171d

%24.64
%33.33
%42.03

CMYK Percentages of Color #11171d

%41
%21
%0
%89

Triadic Colors of #11171d

#11171d #1d1117 #171d11

Analogous Colors of #11171d

#11171d #11111d #111d1d

Monochromatic Colors of #11171d

#11171d

Complementary Color

#11171d #1d1711

#11171d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11171d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11171d Color CSS Codes

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

#11171d Text Font Color

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

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


#11171d Background Color

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

This div background color is #11171d


#11171d Border Color

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

This div border color is #11171d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,23,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11171d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11171d;
  -webkit-box-shadow: 1px 1px 3px 2px #11171d;
  box-shadow:         1px 1px 3px 2px #11171d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11171d


Comments

No comments written yet.

Please login to write comment.