Color Hex Logo

#a47fff Color Hex

#A47FFF
(164,127,255)
0 Favorites   0 Comments

Color spaces of #a47fff

RGB 164127255
HSL0.711.000.75
HSV257°50°100°
CMYK 0.360.500.00   0.00
XYZ40.949230.291398.2963
Yxy30.29130.24150.1787
Hunter Lab55.037536.4925-67.3649
CIE-Lab61.904841.8387-58.9772

#a47fff color RGB value is (164,127,255).

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

The process color (four color CMYK) of #a47fff color hex is 0.36, 0.50, 0.00, 0.00. Web safe color of #a47fff is #9966ff. Color #a47fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 11111111
Octal 244 177 377
Decimal 164 127 255
Hex A4 7F FF

RGB Percentages of Color #a47fff

%30.04
%23.26
%46.70

CMYK Percentages of Color #a47fff

%36
%50
%0
%0

Triadic Colors of #a47fff

#a47fff #ffa47f #7fffa4

Analogous Colors of #a47fff

#a47fff #e47fff #7f9aff

Monochromatic Colors of #a47fff

#a47fff

Complementary Color

#a47fff #daff7f

#a47fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47fff Color CSS Codes

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

#a47fff Text Font Color

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

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


#a47fff Background Color

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

This div background color is #a47fff


#a47fff Border Color

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

This div border color is #a47fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47fff

#a47fff Color Palettes


Comments

No comments written yet.

Please login to write comment.