Color Hex Logo

#140cac Color Hex

#140CAC
(20,12,172)
0 Favorites   0 Comments

Color spaces of #140cac

RGB 2012172
HSL0.680.870.36
HSV243°93°67°
CMYK 0.880.930.00   0.33
XYZ7.86643.390239.2695
Yxy3.39020.15570.0671
Hunter Lab18.412544.0390-113.5628
CIE-Lab21.543456.0712-77.6324

#140cac color RGB value is (20,12,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 10101100
Octal 24 14 254
Decimal 20 12 172
Hex 14 C AC

RGB Percentages of Color #140cac

%9.80
%5.88
%84.31

CMYK Percentages of Color #140cac

%88
%93
%0
%33

Triadic Colors of #140cac

#140cac #ac140c #0cac14

Analogous Colors of #140cac

#140cac #640cac #0c54ac

Monochromatic Colors of #140cac

#140cac

Complementary Color

#140cac #a4ac0c

#140cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#140cac Color CSS Codes

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

#140cac Text Font Color

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

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


#140cac Background Color

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

This div background color is #140cac


#140cac Border Color

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

This div border color is #140cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140cac


Comments

No comments written yet.

Please login to write comment.