Color Hex Logo

#a96390 Color Hex

#A96390
(169,99,144)
0 Favorites   0 Comments

Color spaces of #a96390

RGB 16999144
HSL0.890.290.53
HSV321°41°66°
CMYK 0.000.410.15   0.34
XYZ25.858119.372328.7619
Yxy19.37230.34950.2618
Hunter Lab44.014027.8438-7.9346
CIE-Lab51.120034.6732-12.6023

#a96390 color RGB value is (169,99,144).

#a96390 hex color red value is 169, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a96390 hue: 0.89 , saturation: 0.29 and the lightness value of a96390 is 0.53.

The process color (four color CMYK) of #a96390 color hex is 0.00, 0.41, 0.15, 0.34. Web safe color of #a96390 is #996699. Color #a96390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 10010000
Octal 251 143 220
Decimal 169 99 144
Hex A9 63 90

RGB Percentages of Color #a96390

%41.02
%24.03
%34.95

CMYK Percentages of Color #a96390

%0
%41
%15
%34

Triadic Colors of #a96390

#a96390 #90a963 #6390a9

Analogous Colors of #a96390

#a96390 #a9636d #9f63a9

Monochromatic Colors of #a96390

#a96390

Complementary Color

#a96390 #63a97c

#a96390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96390 Color CSS Codes

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

#a96390 Text Font Color

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

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


#a96390 Background Color

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

This div background color is #a96390


#a96390 Border Color

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

This div border color is #a96390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,99,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96390


Comments

No comments written yet.

Please login to write comment.