Color Hex Logo

#a47fcd Color Hex

#A47FCD
(164,127,205)
0 Favorites   0 Comments

Color spaces of #a47fcd

RGB 164127205
HSL0.750.440.65
HSV268°38°80°
CMYK 0.200.380.00   0.20
XYZ33.918727.479061.2739
Yxy27.47900.27650.2240
Hunter Lab52.420423.7629-32.6094
CIE-Lab59.415129.5879-35.0948

#a47fcd color RGB value is (164,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 11001101
Octal 244 177 315
Decimal 164 127 205
Hex A4 7F CD

RGB Percentages of Color #a47fcd

%33.06
%25.60
%41.33

CMYK Percentages of Color #a47fcd

%20
%38
%0
%20

Triadic Colors of #a47fcd

#a47fcd #cda47f #7fcda4

Analogous Colors of #a47fcd

#a47fcd #cb7fcd #7f81cd

Monochromatic Colors of #a47fcd

#a47fcd

Complementary Color

#a47fcd #a8cd7f

#a47fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47fcd Color CSS Codes

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

#a47fcd Text Font Color

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

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


#a47fcd Background Color

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

This div background color is #a47fcd


#a47fcd Border Color

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

This div border color is #a47fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47fcd


Comments

No comments written yet.

Please login to write comment.