Color Hex Logo

#a4298e Color Hex

#A4298E
(164,41,142)
0 Favorites   0 Comments

Color spaces of #a4298e

RGB 16441142
HSL0.860.600.40
HSV311°75°64°
CMYK 0.000.750.13   0.36
XYZ20.985311.431426.6916
Yxy11.43140.35500.1934
Hunter Lab33.810451.6227-23.1393
CIE-Lab40.297859.5380-28.1053

#a4298e color RGB value is (164,41,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 10001110
Octal 244 51 216
Decimal 164 41 142
Hex A4 29 8E

RGB Percentages of Color #a4298e

%47.26
%11.82
%40.92

CMYK Percentages of Color #a4298e

%0
%75
%13
%36

Triadic Colors of #a4298e

#a4298e #8ea429 #298ea4

Analogous Colors of #a4298e

#a4298e #a42951 #7d29a4

Monochromatic Colors of #a4298e

#a4298e

Complementary Color

#a4298e #29a43f

#a4298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4298e Color CSS Codes

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

#a4298e Text Font Color

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

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


#a4298e Background Color

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

This div background color is #a4298e


#a4298e Border Color

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

This div border color is #a4298e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4298e


Comments

No comments written yet.

Please login to write comment.