Color Hex Logo

#a47eda Color Hex

#A47EDA
(164,126,218)
0 Favorites   0 Comments

Color spaces of #a47eda

RGB 164126218
HSL0.740.550.67
HSV265°42°85°
CMYK 0.250.420.00   0.15
XYZ35.425627.876269.8432
Yxy27.87620.26610.2094
Hunter Lab52.797927.3711-41.4726
CIE-Lab59.776733.2053-41.8355

#a47eda color RGB value is (164,126,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 11011010
Octal 244 176 332
Decimal 164 126 218
Hex A4 7E DA

RGB Percentages of Color #a47eda

%32.28
%24.80
%42.91

CMYK Percentages of Color #a47eda

%25
%42
%0
%15

Triadic Colors of #a47eda

#a47eda #daa47e #7edaa4

Analogous Colors of #a47eda

#a47eda #d27eda #7e86da

Monochromatic Colors of #a47eda

#a47eda

Complementary Color

#a47eda #b4da7e

#a47eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47eda Color CSS Codes

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

#a47eda Text Font Color

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

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


#a47eda Background Color

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

This div background color is #a47eda


#a47eda Border Color

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

This div border color is #a47eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47eda


Comments

No comments written yet.

Please login to write comment.