Color Hex Logo

#a47fde Color Hex

#A47FDE
(164,127,222)
2 Favorites   0 Comments

Color spaces of #a47fde

RGB 164127222
HSL0.730.590.68
HSV263°43°87°
CMYK 0.260.430.00   0.13
XYZ36.084028.345272.6766
Yxy28.34520.26320.2067
Hunter Lab53.240227.8095-43.6668
CIE-Lab60.199333.5992-43.4085

#a47fde color RGB value is (164,127,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 11011110
Octal 244 177 336
Decimal 164 127 222
Hex A4 7F DE

RGB Percentages of Color #a47fde

%31.97
%24.76
%43.27

CMYK Percentages of Color #a47fde

%26
%43
%0
%13

Triadic Colors of #a47fde

#a47fde #dea47f #7fdea4

Analogous Colors of #a47fde

#a47fde #d47fde #7f8ade

Monochromatic Colors of #a47fde

#a47fde

Complementary Color

#a47fde #b9de7f

#a47fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47fde Color CSS Codes

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

#a47fde Text Font Color

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

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


#a47fde Background Color

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

This div background color is #a47fde


#a47fde Border Color

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

This div border color is #a47fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47fde

#a47fde Color Palettes


Comments

No comments written yet.

Please login to write comment.