Color Hex Logo

#11010d Color Hex

#11010D
(17,1,13)
0 Favorites   0 Comments

Color spaces of #11010d

RGB 17113
HSL0.880.890.04
HSV315°94°
CMYK 0.000.940.24   0.93
XYZ0.31470.16990.3970
Yxy0.16990.35700.1927
Hunter Lab4.12196.4149-2.8252
CIE-Lab1.53476.2763-3.0324

#11010d color RGB value is (17,1,13).

#11010d hex color red value is 17, green value is 1 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #11010d hue: 0.88 , saturation: 0.89 and the lightness value of 11010d is 0.04.

The process color (four color CMYK) of #11010d color hex is 0.00, 0.94, 0.24, 0.93. Web safe color of #11010d is #000000. Color #11010d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000001 00001101
Octal 21 1 15
Decimal 17 1 13
Hex 11 1 D

RGB Percentages of Color #11010d

%54.84
%3.23
%41.94

CMYK Percentages of Color #11010d

%0
%94
%24
%93

Triadic Colors of #11010d

#11010d #0d1101 #010d11

Analogous Colors of #11010d

#11010d #110105 #0d0111

Monochromatic Colors of #11010d

#11010d

Complementary Color

#11010d #011105

#11010d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11010d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11010d Color CSS Codes

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

#11010d Text Font Color

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

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


#11010d Background Color

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

This div background color is #11010d


#11010d Border Color

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

This div border color is #11010d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11010d


Comments

No comments written yet.

Please login to write comment.