Color Hex Logo

#140daa Color Hex

#140DAA
(20,13,170)
0 Favorites   0 Comments

Color spaces of #140daa

RGB 2013170
HSL0.670.860.36
HSV243°92°67°
CMYK 0.880.920.00   0.33
XYZ7.68813.338838.2695
Yxy3.33880.15600.0677
Hunter Lab18.272443.1272-111.3857
CIE-Lab21.352755.2343-76.7424

#140daa color RGB value is (20,13,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001101 10101010
Octal 24 15 252
Decimal 20 13 170
Hex 14 D AA

RGB Percentages of Color #140daa

%9.85
%6.40
%83.74

CMYK Percentages of Color #140daa

%88
%92
%0
%33

Triadic Colors of #140daa

#140daa #aa140d #0daa14

Analogous Colors of #140daa

#140daa #630daa #0d54aa

Monochromatic Colors of #140daa

#140daa

Complementary Color

#140daa #a3aa0d

#140daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#140daa Color CSS Codes

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

#140daa Text Font Color

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

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


#140daa Background Color

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

This div background color is #140daa


#140daa Border Color

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

This div border color is #140daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140daa


Comments

No comments written yet.

Please login to write comment.