Color Hex Logo

#111001 Color Hex

#111001
(17,16,1)
0 Favorites   0 Comments

Color spaces of #111001

RGB 17161
HSL0.160.890.04
HSV56°94°
CMYK 0.000.060.94   0.93
XYZ0.42190.49190.1014
Yxy0.49190.41560.4845
Hunter Lab7.0136-1.53614.0523
CIE-Lab4.4433-1.86946.2105

#111001 color RGB value is (17,16,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010000 00000001
Octal 21 20 1
Decimal 17 16 1
Hex 11 10 1

RGB Percentages of Color #111001

%50.00
%47.06
%2.94

CMYK Percentages of Color #111001

%0
%6
%94
%93

Triadic Colors of #111001

#111001 #011110 #100111

Analogous Colors of #111001

#111001 #0a1101 #110801

Monochromatic Colors of #111001

#111001

Complementary Color

#111001 #010211

#111001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111001 Color CSS Codes

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

#111001 Text Font Color

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

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


#111001 Background Color

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

This div background color is #111001


#111001 Border Color

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

This div border color is #111001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111001


Comments

No comments written yet.

Please login to write comment.