Color Hex Logo

#a47efe Color Hex

#A47EFE
(164,126,254)
0 Favorites   0 Comments

Color spaces of #a47efe

RGB 164126254
HSL0.720.980.75
HSV258°50°100°
CMYK 0.350.500.00   0.00
XYZ40.660129.970097.4077
Yxy29.97000.24200.1784
Hunter Lab54.744936.7720-67.1735
CIE-Lab61.628342.1394-58.8696

#a47efe color RGB value is (164,126,254).

#a47efe hex color red value is 164, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a47efe hue: 0.72 , saturation: 0.98 and the lightness value of a47efe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 11111110
Octal 244 176 376
Decimal 164 126 254
Hex A4 7E FE

RGB Percentages of Color #a47efe

%30.15
%23.16
%46.69

CMYK Percentages of Color #a47efe

%35
%50
%0
%0

Triadic Colors of #a47efe

#a47efe #fea47e #7efea4

Analogous Colors of #a47efe

#a47efe #e47efe #7e98fe

Monochromatic Colors of #a47efe

#a47efe

Complementary Color

#a47efe #d8fe7e

#a47efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47efe Color CSS Codes

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

#a47efe Text Font Color

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

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


#a47efe Background Color

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

This div background color is #a47efe


#a47efe Border Color

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

This div border color is #a47efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47efe


Comments

No comments written yet.

Please login to write comment.