Color Hex Logo

#140a40 Color Hex

#140A40
(20,10,64)
0 Favorites   0 Comments

Color spaces of #140a40

RGB 201064
HSL0.700.730.15
HSV251°84°25°
CMYK 0.690.840.00   0.75
XYZ1.32240.73604.9228
Yxy0.73600.18940.1054
Hunter Lab8.579012.5012-28.0163
CIE-Lab6.648222.6356-32.2006

#140a40 color RGB value is (20,10,64).

#140a40 hex color red value is 20, green value is 10 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #140a40 hue: 0.70 , saturation: 0.73 and the lightness value of 140a40 is 0.15.

The process color (four color CMYK) of #140a40 color hex is 0.69, 0.84, 0.00, 0.75. Web safe color of #140a40 is #000033. Color #140a40 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001010 01000000
Octal 24 12 100
Decimal 20 10 64
Hex 14 A 40

RGB Percentages of Color #140a40

%21.28
%10.64
%68.09

CMYK Percentages of Color #140a40

%69
%84
%0
%75

Triadic Colors of #140a40

#140a40 #40140a #0a4014

Analogous Colors of #140a40

#140a40 #2f0a40 #0a1b40

Monochromatic Colors of #140a40

#140a40

Complementary Color

#140a40 #36400a

#140a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140a40 Color CSS Codes

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

#140a40 Text Font Color

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

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


#140a40 Background Color

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

This div background color is #140a40


#140a40 Border Color

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

This div border color is #140a40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140a40


Comments

No comments written yet.

Please login to write comment.