Color Hex Logo

#11130d Color Hex

#11130D
(17,19,13)
0 Favorites   0 Comments

Color spaces of #11130d

RGB 171913
HSL0.220.190.06
HSV80°32°
CMYK 0.110.000.32   0.93
XYZ0.53670.61400.4710
Yxy0.61400.33090.3786
Hunter Lab7.8358-1.48661.9212
CIE-Lab5.5462-1.92072.8255

#11130d color RGB value is (17,19,13).

#11130d hex color red value is 17, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #11130d hue: 0.22 , saturation: 0.19 and the lightness value of 11130d is 0.06.

The process color (four color CMYK) of #11130d color hex is 0.11, 0.00, 0.32, 0.93. Web safe color of #11130d is #000000. Color #11130d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 00001101
Octal 21 23 15
Decimal 17 19 13
Hex 11 13 D

RGB Percentages of Color #11130d

%34.69
%38.78
%26.53

CMYK Percentages of Color #11130d

%11
%0
%32
%93

Triadic Colors of #11130d

#11130d #0d1113 #130d11

Analogous Colors of #11130d

#11130d #0e130d #13120d

Monochromatic Colors of #11130d

#11130d

Complementary Color

#11130d #0f0d13

#11130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11130d Color CSS Codes

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

#11130d Text Font Color

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

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


#11130d Background Color

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

This div background color is #11130d


#11130d Border Color

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

This div border color is #11130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11130d


Comments

No comments written yet.

Please login to write comment.