Color Hex Logo

#a47fcc Color Hex

#A47FCC
(164,127,204)
0 Favorites   0 Comments

Color spaces of #a47fcc

RGB 164127204
HSL0.750.430.65
HSV269°38°80°
CMYK 0.200.380.00   0.20
XYZ33.798327.430960.6401
Yxy27.43090.27730.2251
Hunter Lab52.374523.5341-31.9848
CIE-Lab59.371129.3575-34.5994

#a47fcc color RGB value is (164,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 11001100
Octal 244 177 314
Decimal 164 127 204
Hex A4 7F CC

RGB Percentages of Color #a47fcc

%33.13
%25.66
%41.21

CMYK Percentages of Color #a47fcc

%20
%38
%0
%20

Triadic Colors of #a47fcc

#a47fcc #cca47f #7fcca4

Analogous Colors of #a47fcc

#a47fcc #cb7fcc #7f81cc

Monochromatic Colors of #a47fcc

#a47fcc

Complementary Color

#a47fcc #a7cc7f

#a47fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47fcc Color CSS Codes

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

#a47fcc Text Font Color

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

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


#a47fcc Background Color

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

This div background color is #a47fcc


#a47fcc Border Color

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

This div border color is #a47fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,127,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 #a47fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47fcc


Comments

No comments written yet.

Please login to write comment.