Color Hex Logo

#140a47 Color Hex

#140A47
(20,10,71)
0 Favorites   0 Comments

Color spaces of #140a47

RGB 201071
HSL0.690.750.16
HSV250°86°28°
CMYK 0.720.860.00   0.72
XYZ1.53440.82076.0388
Yxy0.82070.18280.0978
Hunter Lab9.059214.3795-33.1806
CIE-Lab7.413325.4484-35.9033

#140a47 color RGB value is (20,10,71).

#140a47 hex color red value is 20, green value is 10 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #140a47 hue: 0.69 , saturation: 0.75 and the lightness value of 140a47 is 0.16.

The process color (four color CMYK) of #140a47 color hex is 0.72, 0.86, 0.00, 0.72. Web safe color of #140a47 is #000033. Color #140a47 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001010 01000111
Octal 24 12 107
Decimal 20 10 71
Hex 14 A 47

RGB Percentages of Color #140a47

%19.80
%9.90
%70.30

CMYK Percentages of Color #140a47

%72
%86
%0
%72

Triadic Colors of #140a47

#140a47 #47140a #0a4714

Analogous Colors of #140a47

#140a47 #330a47 #0a1f47

Monochromatic Colors of #140a47

#140a47

Complementary Color

#140a47 #3d470a

#140a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140a47 Color CSS Codes

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

#140a47 Text Font Color

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

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


#140a47 Background Color

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

This div background color is #140a47


#140a47 Border Color

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

This div border color is #140a47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140a47


Comments

No comments written yet.

Please login to write comment.