Color Hex Logo

#a90740 Color Hex

#A90740
(169,7,64)
0 Favorites   0 Comments

Color spaces of #a90740

RGB 169764
HSL0.940.920.35
HSV339°96°66°
CMYK 0.000.960.62   0.34
XYZ17.36368.95715.6642
Yxy8.95710.54290.2800
Hunter Lab29.928451.18589.7288
CIE-Lab35.901659.993614.8252

#a90740 color RGB value is (169,7,64).

#a90740 hex color red value is 169, green value is 7 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a90740 hue: 0.94 , saturation: 0.92 and the lightness value of a90740 is 0.35.

The process color (four color CMYK) of #a90740 color hex is 0.00, 0.96, 0.62, 0.34. Web safe color of #a90740 is #990033. Color #a90740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000111 01000000
Octal 251 7 100
Decimal 169 7 64
Hex A9 7 40

RGB Percentages of Color #a90740

%70.42
%2.92
%26.67

CMYK Percentages of Color #a90740

%0
%96
%62
%34

Triadic Colors of #a90740

#a90740 #40a907 #0740a9

Analogous Colors of #a90740

#a90740 #a91f07 #a90791

Monochromatic Colors of #a90740

#a90740

Complementary Color

#a90740 #07a970

#a90740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90740 Color CSS Codes

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

#a90740 Text Font Color

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

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


#a90740 Background Color

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

This div background color is #a90740


#a90740 Border Color

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

This div border color is #a90740


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,7,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 #a90740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90740


Comments

No comments written yet.

Please login to write comment.