Color Hex Logo

#a97294 Color Hex

#A97294
(169,114,148)
0 Favorites   0 Comments

Color spaces of #a97294

RGB 169114148
HSL0.900.240.55
HSV323°33°66°
CMYK 0.000.330.12   0.34
XYZ27.724822.607830.9195
Yxy22.60780.34120.2782
Hunter Lab47.547720.8740-5.2720
CIE-Lab54.666027.0041-9.6201

#a97294 color RGB value is (169,114,148).

#a97294 hex color red value is 169, green value is 114 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a97294 hue: 0.90 , saturation: 0.24 and the lightness value of a97294 is 0.55.

The process color (four color CMYK) of #a97294 color hex is 0.00, 0.33, 0.12, 0.34. Web safe color of #a97294 is #996699. Color #a97294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 10010100
Octal 251 162 224
Decimal 169 114 148
Hex A9 72 94

RGB Percentages of Color #a97294

%39.21
%26.45
%34.34

CMYK Percentages of Color #a97294

%0
%33
%12
%34

Triadic Colors of #a97294

#a97294 #94a972 #7294a9

Analogous Colors of #a97294

#a97294 #a97279 #a372a9

Monochromatic Colors of #a97294

#a97294

Complementary Color

#a97294 #72a987

#a97294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97294 Color CSS Codes

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

#a97294 Text Font Color

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

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


#a97294 Background Color

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

This div background color is #a97294


#a97294 Border Color

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

This div border color is #a97294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97294


Comments

No comments written yet.

Please login to write comment.