Color Hex Logo

#111163 Color Hex

#111163
(17,17,99)
0 Favorites   0 Comments

Color spaces of #111163

RGB 171799
HSL0.670.710.23
HSV240°83°39°
CMYK 0.830.830.00   0.61
XYZ2.68371.420911.9372
Yxy1.42090.16730.0886
Hunter Lab11.920219.3272-51.0307
CIE-Lab12.096131.1501-47.2803

#111163 color RGB value is (17,17,99).

#111163 hex color red value is 17, green value is 17 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #111163 hue: 0.67 , saturation: 0.71 and the lightness value of 111163 is 0.23.

The process color (four color CMYK) of #111163 color hex is 0.83, 0.83, 0.00, 0.61. Web safe color of #111163 is #000066. Color #111163 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010001 01100011
Octal 21 21 143
Decimal 17 17 99
Hex 11 11 63

RGB Percentages of Color #111163

%12.78
%12.78
%74.44

CMYK Percentages of Color #111163

%83
%83
%0
%61

Triadic Colors of #111163

#111163 #631111 #116311

Analogous Colors of #111163

#111163 #3a1163 #113a63

Monochromatic Colors of #111163

#111163

Complementary Color

#111163 #636311

#111163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111163 Color CSS Codes

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

#111163 Text Font Color

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

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


#111163 Background Color

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

This div background color is #111163


#111163 Border Color

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

This div border color is #111163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111163


Comments

No comments written yet.

Please login to write comment.