Color Hex Logo

#a94499 Color Hex

#A94499
(169,68,153)
0 Favorites   0 Comments

Color spaces of #a94499

RGB 16968153
HSL0.860.430.46
HSV310°60°66°
CMYK 0.000.600.09   0.34
XYZ24.179114.869231.7326
Yxy14.86920.34160.2101
Hunter Lab38.560644.4459-21.7990
CIE-Lab45.454551.9235-26.6444

#a94499 color RGB value is (169,68,153).

#a94499 hex color red value is 169, green value is 68 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a94499 hue: 0.86 , saturation: 0.43 and the lightness value of a94499 is 0.46.

The process color (four color CMYK) of #a94499 color hex is 0.00, 0.60, 0.09, 0.34. Web safe color of #a94499 is #993399. Color #a94499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000100 10011001
Octal 251 104 231
Decimal 169 68 153
Hex A9 44 99

RGB Percentages of Color #a94499

%43.33
%17.44
%39.23

CMYK Percentages of Color #a94499

%0
%60
%9
%34

Triadic Colors of #a94499

#a94499 #99a944 #4499a9

Analogous Colors of #a94499

#a94499 #a94467 #8744a9

Monochromatic Colors of #a94499

#a94499

Complementary Color

#a94499 #44a954

#a94499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94499 Color CSS Codes

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

#a94499 Text Font Color

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

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


#a94499 Background Color

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

This div background color is #a94499


#a94499 Border Color

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

This div border color is #a94499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94499


Comments

No comments written yet.

Please login to write comment.