Color Hex Logo

#a17994 Color Hex

#A17994
(161,121,148)
0 Favorites   0 Comments

Color spaces of #a17994

RGB 161121148
HSL0.890.180.55
HSV320°25°63°
CMYK 0.000.250.08   0.37
XYZ26.880623.389931.1149
Yxy23.38990.33030.2874
Hunter Lab48.363114.5763-4.2907
CIE-Lab55.471720.1310-8.5074

#a17994 color RGB value is (161,121,148).

#a17994 hex color red value is 161, green value is 121 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a17994 hue: 0.89 , saturation: 0.18 and the lightness value of a17994 is 0.55.

The process color (four color CMYK) of #a17994 color hex is 0.00, 0.25, 0.08, 0.37. Web safe color of #a17994 is #996699. Color #a17994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111001 10010100
Octal 241 171 224
Decimal 161 121 148
Hex A1 79 94

RGB Percentages of Color #a17994

%37.44
%28.14
%34.42

CMYK Percentages of Color #a17994

%0
%25
%8
%37

Triadic Colors of #a17994

#a17994 #94a179 #7994a1

Analogous Colors of #a17994

#a17994 #a17980 #9a79a1

Monochromatic Colors of #a17994

#a17994

Complementary Color

#a17994 #79a186

#a17994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17994 Color CSS Codes

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

#a17994 Text Font Color

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

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


#a17994 Background Color

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

This div background color is #a17994


#a17994 Border Color

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

This div border color is #a17994


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,121,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a17994; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a17994;
  -webkit-box-shadow: 1px 1px 3px 2px #a17994;
  box-shadow:         1px 1px 3px 2px #a17994; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,121,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17994


Comments

No comments written yet.

Please login to write comment.