Color Hex Logo

#140e5a Color Hex

#140E5A
(20,14,90)
0 Favorites   0 Comments

Color spaces of #140e5a

RGB 201490
HSL0.680.730.20
HSV245°84°35°
CMYK 0.780.840.00   0.65
XYZ2.29101.20109.7839
Yxy1.20100.17260.0905
Hunter Lab10.959018.1374-45.2611
CIE-Lab10.564729.9295-43.7793

#140e5a color RGB value is (20,14,90).

#140e5a hex color red value is 20, green value is 14 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #140e5a hue: 0.68 , saturation: 0.73 and the lightness value of 140e5a is 0.20.

The process color (four color CMYK) of #140e5a color hex is 0.78, 0.84, 0.00, 0.65. Web safe color of #140e5a is #000066. Color #140e5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001110 01011010
Octal 24 16 132
Decimal 20 14 90
Hex 14 E 5A

RGB Percentages of Color #140e5a

%16.13
%11.29
%72.58

CMYK Percentages of Color #140e5a

%78
%84
%0
%65

Triadic Colors of #140e5a

#140e5a #5a140e #0e5a14

Analogous Colors of #140e5a

#140e5a #3a0e5a #0e2e5a

Monochromatic Colors of #140e5a

#140e5a

Complementary Color

#140e5a #545a0e

#140e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#140e5a Color CSS Codes

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

#140e5a Text Font Color

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

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


#140e5a Background Color

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

This div background color is #140e5a


#140e5a Border Color

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

This div border color is #140e5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140e5a


Comments

No comments written yet.

Please login to write comment.