Color Hex Logo

#140caa Color Hex

#140CAA
(20,12,170)
0 Favorites   0 Comments

Color spaces of #140caa

RGB 2012170
HSL0.680.870.36
HSV243°93°67°
CMYK 0.880.930.00   0.33
XYZ7.67573.313938.2653
Yxy3.31390.15580.0673
Hunter Lab18.204143.4067-111.8855
CIE-Lab21.259655.5192-76.8977

#140caa color RGB value is (20,12,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 10101010
Octal 24 14 252
Decimal 20 12 170
Hex 14 C AA

RGB Percentages of Color #140caa

%9.90
%5.94
%84.16

CMYK Percentages of Color #140caa

%88
%93
%0
%33

Triadic Colors of #140caa

#140caa #aa140c #0caa14

Analogous Colors of #140caa

#140caa #630caa #0c53aa

Monochromatic Colors of #140caa

#140caa

Complementary Color

#140caa #a2aa0c

#140caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#140caa Color CSS Codes

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

#140caa Text Font Color

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

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


#140caa Background Color

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

This div background color is #140caa


#140caa Border Color

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

This div border color is #140caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,12,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 #140caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140caa


Comments

No comments written yet.

Please login to write comment.