Color Hex Logo

#a4479d Color Hex

#A4479D
(164,71,157)
0 Favorites   0 Comments

Color spaces of #a4479d

RGB 16471157
HSL0.850.400.46
HSV305°57°64°
CMYK 0.000.570.04   0.36
XYZ23.648914.833333.5150
Yxy14.83330.32850.2060
Hunter Lab38.514042.2054-24.6345
CIE-Lab45.405049.8040-29.1674

#a4479d color RGB value is (164,71,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 10011101
Octal 244 107 235
Decimal 164 71 157
Hex A4 47 9D

RGB Percentages of Color #a4479d

%41.84
%18.11
%40.05

CMYK Percentages of Color #a4479d

%0
%57
%4
%36

Triadic Colors of #a4479d

#a4479d #9da447 #479da4

Analogous Colors of #a4479d

#a4479d #a4476f #7d47a4

Monochromatic Colors of #a4479d

#a4479d

Complementary Color

#a4479d #47a44e

#a4479d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4479d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4479d Color CSS Codes

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

#a4479d Text Font Color

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

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


#a4479d Background Color

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

This div background color is #a4479d


#a4479d Border Color

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

This div border color is #a4479d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4479d


Comments

No comments written yet.

Please login to write comment.