Color Hex Logo

#11109c Color Hex

#11109C
(17,16,156)
0 Favorites   0 Comments

Color spaces of #11109c

RGB 1716156
HSL0.670.810.34
HSV240°90°61°
CMYK 0.890.900.00   0.39
XYZ6.41722.890131.6721
Yxy2.89010.15660.0705
Hunter Lab17.000337.6289-98.5590
CIE-Lab19.598350.1566-71.1398

#11109c color RGB value is (17,16,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010000 10011100
Octal 21 20 234
Decimal 17 16 156
Hex 11 10 9C

RGB Percentages of Color #11109c

%8.99
%8.47
%82.54

CMYK Percentages of Color #11109c

%89
%90
%0
%39

Triadic Colors of #11109c

#11109c #9c1110 #109c11

Analogous Colors of #11109c

#11109c #57109c #10559c

Monochromatic Colors of #11109c

#11109c

Complementary Color

#11109c #9b9c10

#11109c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11109c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11109c Color CSS Codes

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

#11109c Text Font Color

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

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


#11109c Background Color

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

This div background color is #11109c


#11109c Border Color

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

This div border color is #11109c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11109c


Comments

No comments written yet.

Please login to write comment.