Color Hex Logo

#11006e Color Hex

#11006E
(17,0,110)
0 Favorites   0 Comments

Color spaces of #11006e

RGB 170110
HSL0.691.000.22
HSV249°100°43°
CMYK 0.851.000.00   0.57
XYZ3.04561.245014.8316
Yxy1.24500.15930.0651
Hunter Lab11.158029.1957-71.0001
CIE-Lab10.885342.9265-56.5518

#11006e color RGB value is (17,0,110).

#11006e hex color red value is 17, green value is 0 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #11006e hue: 0.69 , saturation: 1.00 and the lightness value of 11006e is 0.22.

The process color (four color CMYK) of #11006e color hex is 0.85, 1.00, 0.00, 0.57. Web safe color of #11006e is #000066. Color #11006e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000000 01101110
Octal 21 0 156
Decimal 17 0 110
Hex 11 0 6E

RGB Percentages of Color #11006e

%13.39
%0.00
%86.61

CMYK Percentages of Color #11006e

%85
%100
%0
%57

Triadic Colors of #11006e

#11006e #6e1100 #006e11

Analogous Colors of #11006e

#11006e #48006e #00266e

Monochromatic Colors of #11006e

#11006e

Complementary Color

#11006e #5d6e00

#11006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11006e Color CSS Codes

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

#11006e Text Font Color

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

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


#11006e Background Color

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

This div background color is #11006e


#11006e Border Color

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

This div border color is #11006e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11006e


Comments

No comments written yet.

Please login to write comment.