Color Hex Logo

#a46dfe Color Hex

#A46DFE
(164,109,254)
0 Favorites   0 Comments

Color spaces of #a46dfe

RGB 164109254
HSL0.730.990.71
HSV263°57°100°
CMYK 0.350.570.00   0.00
XYZ38.667925.985596.7436
Yxy25.98550.23960.1610
Hunter Lab50.976046.1935-76.8390
CIE-Lab58.023351.4220-64.6462

#a46dfe color RGB value is (164,109,254).

#a46dfe hex color red value is 164, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a46dfe hue: 0.73 , saturation: 0.99 and the lightness value of a46dfe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101101 11111110
Octal 244 155 376
Decimal 164 109 254
Hex A4 6D FE

RGB Percentages of Color #a46dfe

%31.12
%20.68
%48.20

CMYK Percentages of Color #a46dfe

%35
%57
%0
%0

Triadic Colors of #a46dfe

#a46dfe #fea46d #6dfea4

Analogous Colors of #a46dfe

#a46dfe #ed6dfe #6d7ffe

Monochromatic Colors of #a46dfe

#a46dfe

Complementary Color

#a46dfe #c7fe6d

#a46dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46dfe Color CSS Codes

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

#a46dfe Text Font Color

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

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


#a46dfe Background Color

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

This div background color is #a46dfe


#a46dfe Border Color

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

This div border color is #a46dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46dfe


Comments

No comments written yet.

Please login to write comment.