Color Hex Logo

#a94cab Color Hex

#A94CAB
(169,76,171)
0 Favorites   0 Comments

Color spaces of #a94cab

RGB 16976171
HSL0.830.380.48
HSV299°56°67°
CMYK 0.010.560.00   0.33
XYZ26.297316.544240.3354
Yxy16.54420.31620.1989
Hunter Lab40.674644.2250-30.3234
CIE-Lab47.680551.3224-33.8449

#a94cab color RGB value is (169,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001100 10101011
Octal 251 114 253
Decimal 169 76 171
Hex A9 4C AB

RGB Percentages of Color #a94cab

%40.63
%18.27
%41.11

CMYK Percentages of Color #a94cab

%1
%56
%0
%33

Triadic Colors of #a94cab

#a94cab #aba94c #4caba9

Analogous Colors of #a94cab

#a94cab #ab4c7e #7a4cab

Monochromatic Colors of #a94cab

#a94cab

Complementary Color

#a94cab #4eab4c

#a94cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94cab Color CSS Codes

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

#a94cab Text Font Color

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

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


#a94cab Background Color

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

This div background color is #a94cab


#a94cab Border Color

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

This div border color is #a94cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94cab


Comments

No comments written yet.

Please login to write comment.