Color Hex Logo

#a96cae Color Hex

#A96CAE
(169,108,174)
0 Favorites   0 Comments

Color spaces of #a96cae

RGB 169108174
HSL0.820.290.55
HSV295°38°68°
CMYK 0.030.380.00   0.32
XYZ29.364722.216142.7849
Yxy22.21610.31120.2354
Hunter Lab47.134028.7220-20.8255
CIE-Lab54.255535.1866-25.3594

#a96cae color RGB value is (169,108,174).

#a96cae hex color red value is 169, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a96cae hue: 0.82 , saturation: 0.29 and the lightness value of a96cae is 0.55.

The process color (four color CMYK) of #a96cae color hex is 0.03, 0.38, 0.00, 0.32. Web safe color of #a96cae is #996699. Color #a96cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 10101110
Octal 251 154 256
Decimal 169 108 174
Hex A9 6C AE

RGB Percentages of Color #a96cae

%37.47
%23.95
%38.58

CMYK Percentages of Color #a96cae

%3
%38
%0
%32

Triadic Colors of #a96cae

#a96cae #aea96c #6caea9

Analogous Colors of #a96cae

#a96cae #ae6c92 #886cae

Monochromatic Colors of #a96cae

#a96cae

Complementary Color

#a96cae #71ae6c

#a96cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cae Color CSS Codes

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

#a96cae Text Font Color

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

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


#a96cae Background Color

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

This div background color is #a96cae


#a96cae Border Color

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

This div border color is #a96cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cae


Comments

No comments written yet.

Please login to write comment.