Color Hex Logo

#a4498e Color Hex

#A4498E
(164,73,142)
0 Favorites   0 Comments

Color spaces of #a4498e

RGB 16473142
HSL0.870.380.46
HSV315°55°64°
CMYK 0.000.550.13   0.36
XYZ22.574914.610627.2215
Yxy14.61060.35050.2268
Hunter Lab38.223838.5300-15.4673
CIE-Lab45.096246.3007-20.6550

#a4498e color RGB value is (164,73,142).

#a4498e hex color red value is 164, green value is 73 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a4498e hue: 0.87 , saturation: 0.38 and the lightness value of a4498e is 0.46.

The process color (four color CMYK) of #a4498e color hex is 0.00, 0.55, 0.13, 0.36. Web safe color of #a4498e is #993399. Color #a4498e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 10001110
Octal 244 111 216
Decimal 164 73 142
Hex A4 49 8E

RGB Percentages of Color #a4498e

%43.27
%19.26
%37.47

CMYK Percentages of Color #a4498e

%0
%55
%13
%36

Triadic Colors of #a4498e

#a4498e #8ea449 #498ea4

Analogous Colors of #a4498e

#a4498e #a44961 #8d49a4

Monochromatic Colors of #a4498e

#a4498e

Complementary Color

#a4498e #49a45f

#a4498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4498e Color CSS Codes

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

#a4498e Text Font Color

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

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


#a4498e Background Color

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

This div background color is #a4498e


#a4498e Border Color

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

This div border color is #a4498e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,73,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4498e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4498e;
  -webkit-box-shadow: 1px 1px 3px 2px #a4498e;
  box-shadow:         1px 1px 3px 2px #a4498e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,73,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4498e


Comments

No comments written yet.

Please login to write comment.