Color Hex Logo

#111119 Color Hex

#111119
(17,17,25)
1 Favorites   0 Comments

Color spaces of #111119

RGB 171725
HSL0.670.190.08
HSV240°32°10°
CMYK 0.320.320.00   0.90
XYZ0.60710.59031.0016
Yxy0.59030.27610.2684
Hunter Lab7.68310.6592-2.3511
CIE-Lab5.33211.8859-5.1263

#111119 color RGB value is (17,17,25).

#111119 hex color red value is 17, green value is 17 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #111119 hue: 0.67 , saturation: 0.19 and the lightness value of 111119 is 0.08.

The process color (four color CMYK) of #111119 color hex is 0.32, 0.32, 0.00, 0.90. Web safe color of #111119 is #000000. Color #111119 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010001 00011001
Octal 21 21 31
Decimal 17 17 25
Hex 11 11 19

RGB Percentages of Color #111119

%28.81
%28.81
%42.37

CMYK Percentages of Color #111119

%32
%32
%0
%90

Triadic Colors of #111119

#111119 #191111 #111911

Analogous Colors of #111119

#111119 #151119 #111519

Monochromatic Colors of #111119

#111119

Complementary Color

#111119 #191911

#111119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111119 Color CSS Codes

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

#111119 Text Font Color

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

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


#111119 Background Color

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

This div background color is #111119


#111119 Border Color

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

This div border color is #111119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111119


Comments

No comments written yet.

Please login to write comment.