Color Hex Logo

#11109e Color Hex

#11109E
(17,16,158)
0 Favorites   0 Comments

Color spaces of #11109e

RGB 1716158
HSL0.670.820.34
HSV240°90°62°
CMYK 0.890.900.00   0.38
XYZ6.58802.958432.5715
Yxy2.95840.15640.0702
Hunter Lab17.200038.2697-100.2370
CIE-Lab19.876550.7478-71.9028

#11109e color RGB value is (17,16,158).

#11109e hex color red value is 17, green value is 16 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #11109e hue: 0.67 , saturation: 0.82 and the lightness value of 11109e is 0.34.

The process color (four color CMYK) of #11109e color hex is 0.89, 0.90, 0.00, 0.38. Web safe color of #11109e is #000099. Color #11109e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010000 10011110
Octal 21 20 236
Decimal 17 16 158
Hex 11 10 9E

RGB Percentages of Color #11109e

%8.90
%8.38
%82.72

CMYK Percentages of Color #11109e

%89
%90
%0
%38

Triadic Colors of #11109e

#11109e #9e1110 #109e11

Analogous Colors of #11109e

#11109e #58109e #10569e

Monochromatic Colors of #11109e

#11109e

Complementary Color

#11109e #9d9e10

#11109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11109e Color CSS Codes

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

#11109e Text Font Color

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

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


#11109e Background Color

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

This div background color is #11109e


#11109e Border Color

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

This div border color is #11109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11109e


Comments

No comments written yet.

Please login to write comment.