Color Hex Logo

#140cc0 Color Hex

#140CC0
(20,12,192)
0 Favorites   0 Comments

Color spaces of #140cc0

RGB 2012192
HSL0.670.880.40
HSV243°94°75°
CMYK 0.900.940.00   0.25
XYZ9.93444.217450.1596
Yxy4.21740.15450.0656
Hunter Lab20.536350.4105-130.4394
CIE-Lab24.377561.4844-84.8478

#140cc0 color RGB value is (20,12,192).

#140cc0 hex color red value is 20, green value is 12 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #140cc0 hue: 0.67 , saturation: 0.88 and the lightness value of 140cc0 is 0.40.

The process color (four color CMYK) of #140cc0 color hex is 0.90, 0.94, 0.00, 0.25. Web safe color of #140cc0 is #0000cc. Color #140cc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 11000000
Octal 24 14 300
Decimal 20 12 192
Hex 14 C C0

RGB Percentages of Color #140cc0

%8.93
%5.36
%85.71

CMYK Percentages of Color #140cc0

%90
%94
%0
%25

Triadic Colors of #140cc0

#140cc0 #c0140c #0cc014

Analogous Colors of #140cc0

#140cc0 #6e0cc0 #0c5ec0

Monochromatic Colors of #140cc0

#140cc0

Complementary Color

#140cc0 #b8c00c

#140cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140cc0 Color CSS Codes

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

#140cc0 Text Font Color

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

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


#140cc0 Background Color

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

This div background color is #140cc0


#140cc0 Border Color

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

This div border color is #140cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140cc0


Comments

No comments written yet.

Please login to write comment.