Color Hex Logo

#a27994 Color Hex

#A27994
(162,121,148)
0 Favorites   0 Comments

Color spaces of #a27994

RGB 162121148
HSL0.890.180.55
HSV320°25°64°
CMYK 0.000.250.09   0.36
XYZ27.083023.494231.1244
Yxy23.49420.33150.2876
Hunter Lab48.470814.9127-4.1421
CIE-Lab55.577820.4955-8.3379

#a27994 color RGB value is (162,121,148).

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

The process color (four color CMYK) of #a27994 color hex is 0.00, 0.25, 0.09, 0.36. Web safe color of #a27994 is #996699. Color #a27994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111001 10010100
Octal 242 171 224
Decimal 162 121 148
Hex A2 79 94

RGB Percentages of Color #a27994

%37.59
%28.07
%34.34

CMYK Percentages of Color #a27994

%0
%25
%9
%36

Triadic Colors of #a27994

#a27994 #94a279 #7994a2

Analogous Colors of #a27994

#a27994 #a27980 #9c79a2

Monochromatic Colors of #a27994

#a27994

Complementary Color

#a27994 #79a287

#a27994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27994 Color CSS Codes

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

#a27994 Text Font Color

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

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


#a27994 Background Color

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

This div background color is #a27994


#a27994 Border Color

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

This div border color is #a27994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27994


Comments

No comments written yet.

Please login to write comment.