Color Hex Logo

#a4228d Color Hex

#A4228D
(164,34,141)
0 Favorites   0 Comments

Color spaces of #a4228d

RGB 16434141
HSL0.860.660.39
HSV311°79°64°
CMYK 0.000.790.14   0.36
XYZ20.689610.959726.2243
Yxy10.95970.35750.1894
Hunter Lab33.105453.6210-23.7925
CIE-Lab39.512561.4966-28.7244

#a4228d color RGB value is (164,34,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100010 10001101
Octal 244 42 215
Decimal 164 34 141
Hex A4 22 8D

RGB Percentages of Color #a4228d

%48.38
%10.03
%41.59

CMYK Percentages of Color #a4228d

%0
%79
%14
%36

Triadic Colors of #a4228d

#a4228d #8da422 #228da4

Analogous Colors of #a4228d

#a4228d #a4224c #7a22a4

Monochromatic Colors of #a4228d

#a4228d

Complementary Color

#a4228d #22a439

#a4228d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4228d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4228d Color CSS Codes

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

#a4228d Text Font Color

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

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


#a4228d Background Color

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

This div background color is #a4228d


#a4228d Border Color

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

This div border color is #a4228d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4228d


Comments

No comments written yet.

Please login to write comment.