Color Hex Logo

#a4298a Color Hex

#A4298A
(164,41,138)
0 Favorites   0 Comments

Color spaces of #a4298a

RGB 16441138
HSL0.870.600.40
HSV313°75°64°
CMYK 0.000.750.16   0.36
XYZ20.690211.313425.1380
Yxy11.31340.36210.1980
Hunter Lab33.635450.9391-20.7666
CIE-Lab40.103458.9526-25.9632

#a4298a color RGB value is (164,41,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 10001010
Octal 244 51 212
Decimal 164 41 138
Hex A4 29 8A

RGB Percentages of Color #a4298a

%47.81
%11.95
%40.23

CMYK Percentages of Color #a4298a

%0
%75
%16
%36

Triadic Colors of #a4298a

#a4298a #8aa429 #298aa4

Analogous Colors of #a4298a

#a4298a #a4294d #8129a4

Monochromatic Colors of #a4298a

#a4298a

Complementary Color

#a4298a #29a443

#a4298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4298a Color CSS Codes

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

#a4298a Text Font Color

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

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


#a4298a Background Color

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

This div background color is #a4298a


#a4298a Border Color

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

This div border color is #a4298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4298a


Comments

No comments written yet.

Please login to write comment.