Color Hex Logo

#140e43 Color Hex

#140E43
(20,14,67)
0 Favorites   0 Comments

Color spaces of #140e43

RGB 201467
HSL0.690.650.16
HSV247°79°26°
CMYK 0.700.790.00   0.74
XYZ1.45860.86805.4009
Yxy0.86800.18880.1123
Hunter Lab9.316711.6415-27.8490
CIE-Lab7.840621.4907-32.3806

#140e43 color RGB value is (20,14,67).

#140e43 hex color red value is 20, green value is 14 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #140e43 hue: 0.69 , saturation: 0.65 and the lightness value of 140e43 is 0.16.

The process color (four color CMYK) of #140e43 color hex is 0.70, 0.79, 0.00, 0.74. Web safe color of #140e43 is #000033. Color #140e43 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001110 01000011
Octal 24 16 103
Decimal 20 14 67
Hex 14 E 43

RGB Percentages of Color #140e43

%19.80
%13.86
%66.34

CMYK Percentages of Color #140e43

%70
%79
%0
%74

Triadic Colors of #140e43

#140e43 #43140e #0e4314

Analogous Colors of #140e43

#140e43 #2e0e43 #0e2343

Monochromatic Colors of #140e43

#140e43

Complementary Color

#140e43 #3d430e

#140e43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140e43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140e43 Color CSS Codes

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

#140e43 Text Font Color

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

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


#140e43 Background Color

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

This div background color is #140e43


#140e43 Border Color

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

This div border color is #140e43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140e43


Comments

No comments written yet.

Please login to write comment.