Color Hex Logo

#111427 Color Hex

#111427
(17,20,39)
0 Favorites   0 Comments

Color spaces of #111427

RGB 172039
HSL0.640.390.11
HSV232°56°15°
CMYK 0.560.490.00   0.85
XYZ0.84750.76602.0226
Yxy0.76600.23310.2107
Hunter Lab8.75211.9685-7.5753
CIE-Lab6.91924.8924-13.4521

#111427 color RGB value is (17,20,39).

#111427 hex color red value is 17, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #111427 hue: 0.64 , saturation: 0.39 and the lightness value of 111427 is 0.11.

The process color (four color CMYK) of #111427 color hex is 0.56, 0.49, 0.00, 0.85. Web safe color of #111427 is #000033. Color #111427 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010100 00100111
Octal 21 24 47
Decimal 17 20 39
Hex 11 14 27

RGB Percentages of Color #111427

%22.37
%26.32
%51.32

CMYK Percentages of Color #111427

%56
%49
%0
%85

Triadic Colors of #111427

#111427 #271114 #142711

Analogous Colors of #111427

#111427 #191127 #111f27

Monochromatic Colors of #111427

#111427

Complementary Color

#111427 #272411

#111427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111427 Color CSS Codes

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

#111427 Text Font Color

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

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


#111427 Background Color

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

This div background color is #111427


#111427 Border Color

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

This div border color is #111427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111427


Comments

No comments written yet.

Please login to write comment.