Color Hex Logo

#a94caa Color Hex

#A94CAA
(169,76,170)
0 Favorites   0 Comments

Color spaces of #a94caa

RGB 16976170
HSL0.830.380.48
HSV299°55°67°
CMYK 0.010.550.00   0.33
XYZ26.202316.506239.8352
Yxy16.50620.31740.2000
Hunter Lab40.627844.0222-29.6938
CIE-Lab47.631751.1399-33.3328

#a94caa color RGB value is (169,76,170).

#a94caa hex color red value is 169, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a94caa hue: 0.83 , saturation: 0.38 and the lightness value of a94caa is 0.48.

The process color (four color CMYK) of #a94caa color hex is 0.01, 0.55, 0.00, 0.33. Web safe color of #a94caa is #993399. Color #a94caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001100 10101010
Octal 251 114 252
Decimal 169 76 170
Hex A9 4C AA

RGB Percentages of Color #a94caa

%40.72
%18.31
%40.96

CMYK Percentages of Color #a94caa

%1
%55
%0
%33

Triadic Colors of #a94caa

#a94caa #aaa94c #4caaa9

Analogous Colors of #a94caa

#a94caa #aa4c7c #7a4caa

Monochromatic Colors of #a94caa

#a94caa

Complementary Color

#a94caa #4daa4c

#a94caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94caa Color CSS Codes

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

#a94caa Text Font Color

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

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


#a94caa Background Color

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

This div background color is #a94caa


#a94caa Border Color

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

This div border color is #a94caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94caa


Comments

No comments written yet.

Please login to write comment.