Color Hex Logo

#a47ace Color Hex

#A47ACE
(164,122,206)
0 Favorites   0 Comments

Color spaces of #a47ace

RGB 164122206
HSL0.750.460.64
HSV270°41°81°
CMYK 0.200.410.00   0.19
XYZ33.410026.267861.7018
Yxy26.26780.27530.2164
Hunter Lab51.252126.6686-35.5020
CIE-Lab58.290432.6539-37.4174

#a47ace color RGB value is (164,122,206).

#a47ace hex color red value is 164, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a47ace hue: 0.75 , saturation: 0.46 and the lightness value of a47ace is 0.64.

The process color (four color CMYK) of #a47ace color hex is 0.20, 0.41, 0.00, 0.19. Web safe color of #a47ace is #9966cc. Color #a47ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111010 11001110
Octal 244 172 316
Decimal 164 122 206
Hex A4 7A CE

RGB Percentages of Color #a47ace

%33.33
%24.80
%41.87

CMYK Percentages of Color #a47ace

%20
%41
%0
%19

Triadic Colors of #a47ace

#a47ace #cea47a #7acea4

Analogous Colors of #a47ace

#a47ace #ce7ace #7a7ace

Monochromatic Colors of #a47ace

#a47ace

Complementary Color

#a47ace #a4ce7a

#a47ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47ace Color CSS Codes

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

#a47ace Text Font Color

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

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


#a47ace Background Color

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

This div background color is #a47ace


#a47ace Border Color

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

This div border color is #a47ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47ace


Comments

No comments written yet.

Please login to write comment.