Color Hex Logo

#111329 Color Hex

#111329
(17,19,41)
0 Favorites   0 Comments

Color spaces of #111329

RGB 171941
HSL0.650.410.11
HSV235°59°16°
CMYK 0.590.540.00   0.84
XYZ0.86430.74502.1961
Yxy0.74500.22710.1958
Hunter Lab8.63132.7693-9.0434
CIE-Lab6.72956.3906-15.2523

#111329 color RGB value is (17,19,41).

#111329 hex color red value is 17, green value is 19 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #111329 hue: 0.65 , saturation: 0.41 and the lightness value of 111329 is 0.11.

The process color (four color CMYK) of #111329 color hex is 0.59, 0.54, 0.00, 0.84. Web safe color of #111329 is #000033. Color #111329 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 00101001
Octal 21 23 51
Decimal 17 19 41
Hex 11 13 29

RGB Percentages of Color #111329

%22.08
%24.68
%53.25

CMYK Percentages of Color #111329

%59
%54
%0
%84

Triadic Colors of #111329

#111329 #291113 #132911

Analogous Colors of #111329

#111329 #1b1129 #111f29

Monochromatic Colors of #111329

#111329

Complementary Color

#111329 #292711

#111329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111329 Color CSS Codes

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

#111329 Text Font Color

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

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


#111329 Background Color

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

This div background color is #111329


#111329 Border Color

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

This div border color is #111329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111329


Comments

No comments written yet.

Please login to write comment.