Color Hex Logo

#a47ddd Color Hex

#A47DDD
(164,125,221)
0 Favorites   0 Comments

Color spaces of #a47ddd

RGB 164125221
HSL0.730.590.68
HSV264°43°87°
CMYK 0.260.430.00   0.13
XYZ35.694627.780271.8874
Yxy27.78020.26370.2052
Hunter Lab52.706928.6481-43.9713
CIE-Lab59.689634.4891-43.6523

#a47ddd color RGB value is (164,125,221).

#a47ddd hex color red value is 164, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a47ddd hue: 0.73 , saturation: 0.59 and the lightness value of a47ddd is 0.68.

The process color (four color CMYK) of #a47ddd color hex is 0.26, 0.43, 0.00, 0.13. Web safe color of #a47ddd is #9966cc. Color #a47ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 11011101
Octal 244 175 335
Decimal 164 125 221
Hex A4 7D DD

RGB Percentages of Color #a47ddd

%32.16
%24.51
%43.33

CMYK Percentages of Color #a47ddd

%26
%43
%0
%13

Triadic Colors of #a47ddd

#a47ddd #dda47d #7ddda4

Analogous Colors of #a47ddd

#a47ddd #d47ddd #7d86dd

Monochromatic Colors of #a47ddd

#a47ddd

Complementary Color

#a47ddd #b6dd7d

#a47ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47ddd Color CSS Codes

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

#a47ddd Text Font Color

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

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


#a47ddd Background Color

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

This div background color is #a47ddd


#a47ddd Border Color

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

This div border color is #a47ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47ddd


Comments

No comments written yet.

Please login to write comment.