Color Hex Logo

#140c2a Color Hex

#140C2A
(20,12,42)
0 Favorites   0 Comments

Color spaces of #140c2a

RGB 201242
HSL0.710.560.11
HSV256°71°16°
CMYK 0.520.710.00   0.84
XYZ0.83790.57882.2581
Yxy0.57880.22800.1575
Hunter Lab7.60796.3454-12.2724
CIE-Lab5.228311.7881-18.3483

#140c2a color RGB value is (20,12,42).

#140c2a hex color red value is 20, green value is 12 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #140c2a hue: 0.71 , saturation: 0.56 and the lightness value of 140c2a is 0.11.

The process color (four color CMYK) of #140c2a color hex is 0.52, 0.71, 0.00, 0.84. Web safe color of #140c2a is #000033. Color #140c2a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 00101010
Octal 24 14 52
Decimal 20 12 42
Hex 14 C 2A

RGB Percentages of Color #140c2a

%27.03
%16.22
%56.76

CMYK Percentages of Color #140c2a

%52
%71
%0
%84

Triadic Colors of #140c2a

#140c2a #2a140c #0c2a14

Analogous Colors of #140c2a

#140c2a #230c2a #0c132a

Monochromatic Colors of #140c2a

#140c2a

Complementary Color

#140c2a #222a0c

#140c2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140c2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#140c2a Color CSS Codes

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

#140c2a Text Font Color

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

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


#140c2a Background Color

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

This div background color is #140c2a


#140c2a Border Color

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

This div border color is #140c2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,12,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #140c2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #140c2a;
  -webkit-box-shadow: 1px 1px 3px 2px #140c2a;
  box-shadow:         1px 1px 3px 2px #140c2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140c2a


Comments

No comments written yet.

Please login to write comment.