Color Hex Logo

#110600 Color Hex

#110600
(17,6,0)
0 Favorites   0 Comments

Color spaces of #110600

RGB 1760
HSL0.061.000.03
HSV21°100°
CMYK 0.000.651.00   0.93
XYZ0.29630.24940.0325
Yxy0.24940.51250.4313
Hunter Lab4.99401.85113.1099
CIE-Lab2.25282.42723.4193

#110600 color RGB value is (17,6,0).

#110600 hex color red value is 17, green value is 6 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #110600 hue: 0.06 , saturation: 1.00 and the lightness value of 110600 is 0.03.

The process color (four color CMYK) of #110600 color hex is 0.00, 0.65, 1.00, 0.93. Web safe color of #110600 is #000000. Color #110600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000110 00000000
Octal 21 6 0
Decimal 17 6 0
Hex 11 6 0

RGB Percentages of Color #110600

%73.91
%26.09
%0.00

CMYK Percentages of Color #110600

%0
%65
%100
%93

Triadic Colors of #110600

#110600 #001106 #060011

Analogous Colors of #110600

#110600 #110f00 #110003

Monochromatic Colors of #110600

#110600

Complementary Color

#110600 #000b11

#110600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110600 Color CSS Codes

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

#110600 Text Font Color

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

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


#110600 Background Color

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

This div background color is #110600


#110600 Border Color

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

This div border color is #110600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110600

#110600 Color Palettes


Comments

No comments written yet.

Please login to write comment.