Color Hex Logo

#a94aae Color Hex

#A94AAE
(169,74,174)
0 Favorites   0 Comments

Color spaces of #a94aae

RGB 16974174
HSL0.830.400.49
HSV297°57°68°
CMYK 0.030.570.00   0.32
XYZ26.450916.388641.8136
Yxy16.38860.31250.1936
Hunter Lab40.482845.7844-32.9010
CIE-Lab47.480252.8187-35.9239

#a94aae color RGB value is (169,74,174).

#a94aae hex color red value is 169, green value is 74 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a94aae hue: 0.83 , saturation: 0.40 and the lightness value of a94aae is 0.49.

The process color (four color CMYK) of #a94aae color hex is 0.03, 0.57, 0.00, 0.32. Web safe color of #a94aae is #993399. Color #a94aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001010 10101110
Octal 251 112 256
Decimal 169 74 174
Hex A9 4A AE

RGB Percentages of Color #a94aae

%40.53
%17.75
%41.73

CMYK Percentages of Color #a94aae

%3
%57
%0
%32

Triadic Colors of #a94aae

#a94aae #aea94a #4aaea9

Analogous Colors of #a94aae

#a94aae #ae4a81 #774aae

Monochromatic Colors of #a94aae

#a94aae

Complementary Color

#a94aae #4fae4a

#a94aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94aae Color CSS Codes

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

#a94aae Text Font Color

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

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


#a94aae Background Color

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

This div background color is #a94aae


#a94aae Border Color

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

This div border color is #a94aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94aae


Comments

No comments written yet.

Please login to write comment.