Color Hex Logo

#14032d Color Hex

#14032D
(20,3,45)
0 Favorites   0 Comments

Color spaces of #14032d

RGB 20345
HSL0.730.880.09
HSV264°93°18°
CMYK 0.560.930.00   0.82
XYZ0.79470.40332.5186
Yxy0.40330.21380.1085
Hunter Lab6.350611.2236-19.0686
CIE-Lab3.643016.8516-23.1181

#14032d color RGB value is (20,3,45).

#14032d hex color red value is 20, green value is 3 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #14032d hue: 0.73 , saturation: 0.88 and the lightness value of 14032d is 0.09.

The process color (four color CMYK) of #14032d color hex is 0.56, 0.93, 0.00, 0.82. Web safe color of #14032d is #000033. Color #14032d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000011 00101101
Octal 24 3 55
Decimal 20 3 45
Hex 14 3 2D

RGB Percentages of Color #14032d

%29.41
%4.41
%66.18

CMYK Percentages of Color #14032d

%56
%93
%0
%82

Triadic Colors of #14032d

#14032d #2d1403 #032d14

Analogous Colors of #14032d

#14032d #29032d #03072d

Monochromatic Colors of #14032d

#14032d

Complementary Color

#14032d #1c2d03

#14032d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14032d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14032d Color CSS Codes

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

#14032d Text Font Color

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

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


#14032d Background Color

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

This div background color is #14032d


#14032d Border Color

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

This div border color is #14032d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14032d


Comments

No comments written yet.

Please login to write comment.