Color Hex Logo

#140eaa Color Hex

#140EAA
(20,14,170)
0 Favorites   0 Comments

Color spaces of #140eaa

RGB 2014170
HSL0.670.850.36
HSV242°92°67°
CMYK 0.880.920.00   0.33
XYZ7.70123.365138.2738
Yxy3.36510.15610.0682
Hunter Lab18.344242.8349-110.8631
CIE-Lab21.450554.9354-76.5790

#140eaa color RGB value is (20,14,170).

#140eaa hex color red value is 20, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #140eaa hue: 0.67 , saturation: 0.85 and the lightness value of 140eaa is 0.36.

The process color (four color CMYK) of #140eaa color hex is 0.88, 0.92, 0.00, 0.33. Web safe color of #140eaa is #000099. Color #140eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001110 10101010
Octal 24 16 252
Decimal 20 14 170
Hex 14 E AA

RGB Percentages of Color #140eaa

%9.80
%6.86
%83.33

CMYK Percentages of Color #140eaa

%88
%92
%0
%33

Triadic Colors of #140eaa

#140eaa #aa140e #0eaa14

Analogous Colors of #140eaa

#140eaa #620eaa #0e56aa

Monochromatic Colors of #140eaa

#140eaa

Complementary Color

#140eaa #a4aa0e

#140eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#140eaa Color CSS Codes

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

#140eaa Text Font Color

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

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


#140eaa Background Color

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

This div background color is #140eaa


#140eaa Border Color

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

This div border color is #140eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140eaa


Comments

No comments written yet.

Please login to write comment.