Color Hex Logo

#a94a8b Color Hex

#A94A8B
(169,74,139)
0 Favorites   0 Comments

Color spaces of #a94a8b

RGB 16974139
HSL0.890.390.48
HSV319°56°66°
CMYK 0.000.560.18   0.34
XYZ23.471215.196726.1223
Yxy15.19670.36230.2346
Hunter Lab38.982939.2527-12.4419
CIE-Lab45.902446.8703-17.5457

#a94a8b color RGB value is (169,74,139).

#a94a8b hex color red value is 169, green value is 74 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a94a8b hue: 0.89 , saturation: 0.39 and the lightness value of a94a8b is 0.48.

The process color (four color CMYK) of #a94a8b color hex is 0.00, 0.56, 0.18, 0.34. Web safe color of #a94a8b is #993399. Color #a94a8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001010 10001011
Octal 251 112 213
Decimal 169 74 139
Hex A9 4A 8B

RGB Percentages of Color #a94a8b

%44.24
%19.37
%36.39

CMYK Percentages of Color #a94a8b

%0
%56
%18
%34

Triadic Colors of #a94a8b

#a94a8b #8ba94a #4a8ba9

Analogous Colors of #a94a8b

#a94a8b #a94a5c #984aa9

Monochromatic Colors of #a94a8b

#a94a8b

Complementary Color

#a94a8b #4aa968

#a94a8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94a8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94a8b Color CSS Codes

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

#a94a8b Text Font Color

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

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


#a94a8b Background Color

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

This div background color is #a94a8b


#a94a8b Border Color

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

This div border color is #a94a8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94a8b


Comments

No comments written yet.

Please login to write comment.