Color Hex Logo

#a46fde Color Hex

#A46FDE
(164,111,222)
0 Favorites   0 Comments

Color spaces of #a46fde

RGB 164111222
HSL0.750.630.65
HSV269°50°87°
CMYK 0.260.500.00   0.13
XYZ34.179124.535372.0416
Yxy24.53530.26140.1876
Hunter Lab49.533136.4865-51.5589
CIE-Lab56.619842.5418-49.0695

#a46fde color RGB value is (164,111,222).

#a46fde hex color red value is 164, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a46fde hue: 0.75 , saturation: 0.63 and the lightness value of a46fde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101111 11011110
Octal 244 157 336
Decimal 164 111 222
Hex A4 6F DE

RGB Percentages of Color #a46fde

%33.00
%22.33
%44.67

CMYK Percentages of Color #a46fde

%26
%50
%0
%13

Triadic Colors of #a46fde

#a46fde #dea46f #6fdea4

Analogous Colors of #a46fde

#a46fde #dc6fde #6f72de

Monochromatic Colors of #a46fde

#a46fde

Complementary Color

#a46fde #a9de6f

#a46fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46fde Color CSS Codes

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

#a46fde Text Font Color

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

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


#a46fde Background Color

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

This div background color is #a46fde


#a46fde Border Color

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

This div border color is #a46fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46fde


Comments

No comments written yet.

Please login to write comment.