Color Hex Logo

#a4297d Color Hex

#A4297D
(164,41,125)
0 Favorites   0 Comments

Color spaces of #a4297d

RGB 16441125
HSL0.890.600.40
HSV319°75°64°
CMYK 0.000.750.24   0.36
XYZ19.804510.959120.4735
Yxy10.95910.38650.2139
Hunter Lab33.104548.8532-13.4947
CIE-Lab39.511557.1493-18.8701

#a4297d color RGB value is (164,41,125).

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

The process color (four color CMYK) of #a4297d color hex is 0.00, 0.75, 0.24, 0.36. Web safe color of #a4297d is #993366. Color #a4297d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 01111101
Octal 244 51 175
Decimal 164 41 125
Hex A4 29 7D

RGB Percentages of Color #a4297d

%49.70
%12.42
%37.88

CMYK Percentages of Color #a4297d

%0
%75
%24
%36

Triadic Colors of #a4297d

#a4297d #7da429 #297da4

Analogous Colors of #a4297d

#a4297d #a4293f #8e29a4

Monochromatic Colors of #a4297d

#a4297d

Complementary Color

#a4297d #29a450

#a4297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4297d Color CSS Codes

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

#a4297d Text Font Color

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

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


#a4297d Background Color

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

This div background color is #a4297d


#a4297d Border Color

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

This div border color is #a4297d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4297d


Comments

No comments written yet.

Please login to write comment.