Color Hex Logo

#a4228e Color Hex

#A4228E
(164,34,142)
0 Favorites   0 Comments

Color spaces of #a4228e

RGB 16434142
HSL0.860.660.39
HSV310°79°64°
CMYK 0.000.790.13   0.36
XYZ20.764410.989626.6180
Yxy10.98960.35570.1883
Hunter Lab33.150653.7929-24.4011
CIE-Lab39.562961.6412-29.2570

#a4228e color RGB value is (164,34,142).

#a4228e hex color red value is 164, green value is 34 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a4228e hue: 0.86 , saturation: 0.66 and the lightness value of a4228e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100010 10001110
Octal 244 42 216
Decimal 164 34 142
Hex A4 22 8E

RGB Percentages of Color #a4228e

%48.24
%10.00
%41.76

CMYK Percentages of Color #a4228e

%0
%79
%13
%36

Triadic Colors of #a4228e

#a4228e #8ea422 #228ea4

Analogous Colors of #a4228e

#a4228e #a4224d #7922a4

Monochromatic Colors of #a4228e

#a4228e

Complementary Color

#a4228e #22a438

#a4228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4228e Color CSS Codes

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

#a4228e Text Font Color

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

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


#a4228e Background Color

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

This div background color is #a4228e


#a4228e Border Color

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

This div border color is #a4228e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4228e

#a4228e Color Palettes


Comments

No comments written yet.

Please login to write comment.