Color Hex Logo

#a47ca1 Color Hex

#A47CA1
(164,124,161)
0 Favorites   0 Comments

Color spaces of #a47ca1

RGB 164124161
HSL0.850.180.56
HSV305°24°64°
CMYK 0.000.240.02   0.36
XYZ28.950524.881036.9949
Yxy24.88100.31870.2739
Hunter Lab49.880916.3086-9.0567
CIE-Lab56.959321.9357-13.7669

#a47ca1 color RGB value is (164,124,161).

#a47ca1 hex color red value is 164, green value is 124 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a47ca1 hue: 0.85 , saturation: 0.18 and the lightness value of a47ca1 is 0.56.

The process color (four color CMYK) of #a47ca1 color hex is 0.00, 0.24, 0.02, 0.36. Web safe color of #a47ca1 is #996699. Color #a47ca1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111100 10100001
Octal 244 174 241
Decimal 164 124 161
Hex A4 7C A1

RGB Percentages of Color #a47ca1

%36.53
%27.62
%35.86

CMYK Percentages of Color #a47ca1

%0
%24
%2
%36

Triadic Colors of #a47ca1

#a47ca1 #a1a47c #7ca1a4

Analogous Colors of #a47ca1

#a47ca1 #a47c8d #937ca4

Monochromatic Colors of #a47ca1

#a47ca1

Complementary Color

#a47ca1 #7ca47f

#a47ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47ca1 Color CSS Codes

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

#a47ca1 Text Font Color

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

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


#a47ca1 Background Color

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

This div background color is #a47ca1


#a47ca1 Border Color

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

This div border color is #a47ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47ca1


Comments

No comments written yet.

Please login to write comment.