Color Hex Logo

#140760 Color Hex

#140760
(20,7,96)
0 Favorites   0 Comments

Color spaces of #140760

RGB 20796
HSL0.690.860.20
HSV249°93°38°
CMYK 0.790.930.00   0.62
XYZ2.47581.145211.1569
Yxy1.14520.16750.0775
Hunter Lab10.701422.5690-54.3227
CIE-Lab10.146835.5145-48.5083

#140760 color RGB value is (20,7,96).

#140760 hex color red value is 20, green value is 7 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #140760 hue: 0.69 , saturation: 0.86 and the lightness value of 140760 is 0.20.

The process color (four color CMYK) of #140760 color hex is 0.79, 0.93, 0.00, 0.62. Web safe color of #140760 is #000066. Color #140760 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000111 01100000
Octal 24 7 140
Decimal 20 7 96
Hex 14 7 60

RGB Percentages of Color #140760

%16.26
%5.69
%78.05

CMYK Percentages of Color #140760

%79
%93
%0
%62

Triadic Colors of #140760

#140760 #601407 #076014

Analogous Colors of #140760

#140760 #400760 #072760

Monochromatic Colors of #140760

#140760

Complementary Color

#140760 #536007

#140760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140760 Color CSS Codes

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

#140760 Text Font Color

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

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


#140760 Background Color

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

This div background color is #140760


#140760 Border Color

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

This div border color is #140760


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,7,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #140760; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #140760;
  -webkit-box-shadow: 1px 1px 3px 2px #140760;
  box-shadow:         1px 1px 3px 2px #140760; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140760


Comments

No comments written yet.

Please login to write comment.