Color Hex Logo

#a47ecc Color Hex

#A47ECC
(164,126,204)
0 Favorites   0 Comments

Color spaces of #a47ecc

RGB 164126204
HSL0.750.430.65
HSV269°38°80°
CMYK 0.200.380.00   0.20
XYZ33.669827.173960.5972
Yxy27.17390.27730.2238
Hunter Lab52.128624.0679-32.4320
CIE-Lab59.134929.9258-34.9677

#a47ecc color RGB value is (164,126,204).

#a47ecc hex color red value is 164, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a47ecc hue: 0.75 , saturation: 0.43 and the lightness value of a47ecc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 11001100
Octal 244 176 314
Decimal 164 126 204
Hex A4 7E CC

RGB Percentages of Color #a47ecc

%33.20
%25.51
%41.30

CMYK Percentages of Color #a47ecc

%20
%38
%0
%20

Triadic Colors of #a47ecc

#a47ecc #cca47e #7ecca4

Analogous Colors of #a47ecc

#a47ecc #cb7ecc #7e7fcc

Monochromatic Colors of #a47ecc

#a47ecc

Complementary Color

#a47ecc #a6cc7e

#a47ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47ecc Color CSS Codes

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

#a47ecc Text Font Color

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

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


#a47ecc Background Color

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

This div background color is #a47ecc


#a47ecc Border Color

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

This div border color is #a47ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47ecc


Comments

No comments written yet.

Please login to write comment.