Color Hex Logo

#11181d Color Hex

#11181D
(17,24,29)
0 Favorites   0 Comments

Color spaces of #11181d

RGB 172429
HSL0.570.260.09
HSV205°41°11°
CMYK 0.410.170.00   0.89
XYZ0.77960.86111.2875
Yxy0.86110.26620.2941
Hunter Lab9.2795-1.2429-1.7306
CIE-Lab7.7782-1.5914-4.5674

#11181d color RGB value is (17,24,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011000 00011101
Octal 21 30 35
Decimal 17 24 29
Hex 11 18 1D

RGB Percentages of Color #11181d

%24.29
%34.29
%41.43

CMYK Percentages of Color #11181d

%41
%17
%0
%89

Triadic Colors of #11181d

#11181d #1d1118 #181d11

Analogous Colors of #11181d

#11181d #11121d #111d1c

Monochromatic Colors of #11181d

#11181d

Complementary Color

#11181d #1d1611

#11181d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11181d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11181d Color CSS Codes

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

#11181d Text Font Color

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

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


#11181d Background Color

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

This div background color is #11181d


#11181d Border Color

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

This div border color is #11181d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11181d


Comments

No comments written yet.

Please login to write comment.