Color Hex Logo

#141631 Color Hex

#141631
(20,22,49)
0 Favorites   0 Comments

Color spaces of #141631

RGB 202249
HSL0.660.420.14
HSV236°59°19°
CMYK 0.590.550.00   0.81
XYZ1.12980.94433.0285
Yxy0.94430.22140.1851
Hunter Lab9.71753.7475-11.6757
CIE-Lab8.51858.4268-18.3238

#141631 color RGB value is (20,22,49).

#141631 hex color red value is 20, green value is 22 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #141631 hue: 0.66 , saturation: 0.42 and the lightness value of 141631 is 0.14.

The process color (four color CMYK) of #141631 color hex is 0.59, 0.55, 0.00, 0.81. Web safe color of #141631 is #000033. Color #141631 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010110 00110001
Octal 24 26 61
Decimal 20 22 49
Hex 14 16 31

RGB Percentages of Color #141631

%21.98
%24.18
%53.85

CMYK Percentages of Color #141631

%59
%55
%0
%81

Triadic Colors of #141631

#141631 #311416 #163114

Analogous Colors of #141631

#141631 #211431 #142531

Monochromatic Colors of #141631

#141631

Complementary Color

#141631 #312f14

#141631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141631 Color CSS Codes

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

#141631 Text Font Color

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

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


#141631 Background Color

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

This div background color is #141631


#141631 Border Color

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

This div border color is #141631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141631


Comments

No comments written yet.

Please login to write comment.