Color Hex Logo

#a47dda Color Hex

#A47DDA
(164,125,218)
0 Favorites   0 Comments

Color spaces of #a47dda

RGB 164125218
HSL0.740.560.67
HSV265°43°85°
CMYK 0.250.430.00   0.15
XYZ35.298327.621769.8008
Yxy27.62170.26600.2081
Hunter Lab52.556427.9119-41.9544
CIE-Lab59.545433.7708-42.1994

#a47dda color RGB value is (164,125,218).

#a47dda hex color red value is 164, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a47dda hue: 0.74 , saturation: 0.56 and the lightness value of a47dda is 0.67.

The process color (four color CMYK) of #a47dda color hex is 0.25, 0.43, 0.00, 0.15. Web safe color of #a47dda is #9966cc. Color #a47dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 11011010
Octal 244 175 332
Decimal 164 125 218
Hex A4 7D DA

RGB Percentages of Color #a47dda

%32.35
%24.65
%43.00

CMYK Percentages of Color #a47dda

%25
%43
%0
%15

Triadic Colors of #a47dda

#a47dda #daa47d #7ddaa4

Analogous Colors of #a47dda

#a47dda #d37dda #7d85da

Monochromatic Colors of #a47dda

#a47dda

Complementary Color

#a47dda #b3da7d

#a47dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47dda Color CSS Codes

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

#a47dda Text Font Color

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

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


#a47dda Background Color

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

This div background color is #a47dda


#a47dda Border Color

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

This div border color is #a47dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47dda


Comments

No comments written yet.

Please login to write comment.