Color Hex Logo

#14132b Color Hex

#14132B
(20,19,43)
0 Favorites   0 Comments

Color spaces of #14132b

RGB 201943
HSL0.670.390.12
HSV243°56°17°
CMYK 0.530.560.00   0.83
XYZ0.95740.78892.3873
Yxy0.78890.23160.1909
Hunter Lab8.88203.6972-9.7185
CIE-Lab7.12618.3016-16.1048

#14132b color RGB value is (20,19,43).

#14132b hex color red value is 20, green value is 19 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #14132b hue: 0.67 , saturation: 0.39 and the lightness value of 14132b is 0.12.

The process color (four color CMYK) of #14132b color hex is 0.53, 0.56, 0.00, 0.83. Web safe color of #14132b is #000033. Color #14132b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010011 00101011
Octal 24 23 53
Decimal 20 19 43
Hex 14 13 2B

RGB Percentages of Color #14132b

%24.39
%23.17
%52.44

CMYK Percentages of Color #14132b

%53
%56
%0
%83

Triadic Colors of #14132b

#14132b #2b1413 #132b14

Analogous Colors of #14132b

#14132b #20132b #131e2b

Monochromatic Colors of #14132b

#14132b

Complementary Color

#14132b #2a2b13

#14132b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14132b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14132b Color CSS Codes

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

#14132b Text Font Color

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

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


#14132b Background Color

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

This div background color is #14132b


#14132b Border Color

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

This div border color is #14132b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,19,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14132b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14132b;
  -webkit-box-shadow: 1px 1px 3px 2px #14132b;
  box-shadow:         1px 1px 3px 2px #14132b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14132b


Comments

No comments written yet.

Please login to write comment.