Color Hex Logo

#a17494 Color Hex

#A17494
(161,116,148)
0 Favorites   0 Comments

Color spaces of #a17494

RGB 161116148
HSL0.880.190.54
HSV317°28°63°
CMYK 0.000.280.08   0.37
XYZ26.288622.206030.9176
Yxy22.20600.33100.2796
Hunter Lab47.123217.1140-5.9140
CIE-Lab54.244922.9917-10.3436

#a17494 color RGB value is (161,116,148).

#a17494 hex color red value is 161, green value is 116 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a17494 hue: 0.88 , saturation: 0.19 and the lightness value of a17494 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110100 10010100
Octal 241 164 224
Decimal 161 116 148
Hex A1 74 94

RGB Percentages of Color #a17494

%37.88
%27.29
%34.82

CMYK Percentages of Color #a17494

%0
%28
%8
%37

Triadic Colors of #a17494

#a17494 #94a174 #7494a1

Analogous Colors of #a17494

#a17494 #a1747e #9874a1

Monochromatic Colors of #a17494

#a17494

Complementary Color

#a17494 #74a181

#a17494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17494 Color CSS Codes

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

#a17494 Text Font Color

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

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


#a17494 Background Color

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

This div background color is #a17494


#a17494 Border Color

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

This div border color is #a17494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17494


Comments

No comments written yet.

Please login to write comment.