Color Hex Logo

#a4479e Color Hex

#A4479E
(164,71,158)
0 Favorites   0 Comments

Color spaces of #a4479e

RGB 16471158
HSL0.840.400.46
HSV304°57°64°
CMYK 0.000.570.04   0.36
XYZ23.734614.867633.9665
Yxy14.86760.32710.2049
Hunter Lab38.558542.3978-25.2380
CIE-Lab45.452349.9796-29.6895

#a4479e color RGB value is (164,71,158).

#a4479e hex color red value is 164, green value is 71 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a4479e hue: 0.84 , saturation: 0.40 and the lightness value of a4479e is 0.46.

The process color (four color CMYK) of #a4479e color hex is 0.00, 0.57, 0.04, 0.36. Web safe color of #a4479e is #993399. Color #a4479e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 10011110
Octal 244 107 236
Decimal 164 71 158
Hex A4 47 9E

RGB Percentages of Color #a4479e

%41.73
%18.07
%40.20

CMYK Percentages of Color #a4479e

%0
%57
%4
%36

Triadic Colors of #a4479e

#a4479e #9ea447 #479ea4

Analogous Colors of #a4479e

#a4479e #a44770 #7c47a4

Monochromatic Colors of #a4479e

#a4479e

Complementary Color

#a4479e #47a44d

#a4479e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4479e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4479e Color CSS Codes

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

#a4479e Text Font Color

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

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


#a4479e Background Color

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

This div background color is #a4479e


#a4479e Border Color

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

This div border color is #a4479e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4479e


Comments

No comments written yet.

Please login to write comment.