Color Hex Logo

#11116b Color Hex

#11116B
(17,17,107)
0 Favorites   0 Comments

Color spaces of #11116b

RGB 1717107
HSL0.670.730.24
HSV240°84°42°
CMYK 0.840.840.00   0.58
XYZ3.08551.581614.0526
Yxy1.58160.16480.0845
Hunter Lab12.576221.7858-57.4473
CIE-Lab13.117733.9946-50.8686

#11116b color RGB value is (17,17,107).

#11116b hex color red value is 17, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #11116b hue: 0.67 , saturation: 0.73 and the lightness value of 11116b is 0.24.

The process color (four color CMYK) of #11116b color hex is 0.84, 0.84, 0.00, 0.58. Web safe color of #11116b is #000066. Color #11116b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010001 01101011
Octal 21 21 153
Decimal 17 17 107
Hex 11 11 6B

RGB Percentages of Color #11116b

%12.06
%12.06
%75.89

CMYK Percentages of Color #11116b

%84
%84
%0
%58

Triadic Colors of #11116b

#11116b #6b1111 #116b11

Analogous Colors of #11116b

#11116b #3e116b #113e6b

Monochromatic Colors of #11116b

#11116b

Complementary Color

#11116b #6b6b11

#11116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11116b Color CSS Codes

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

#11116b Text Font Color

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

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


#11116b Background Color

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

This div background color is #11116b


#11116b Border Color

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

This div border color is #11116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11116b


Comments

No comments written yet.

Please login to write comment.