Color Hex Logo

#a46fce Color Hex

#A46FCE
(164,111,206)
0 Favorites   0 Comments

Color spaces of #a46fce

RGB 164111206
HSL0.760.490.62
HSV273°46°81°
CMYK 0.200.460.00   0.19
XYZ32.134923.717661.2768
Yxy23.71760.27440.2025
Hunter Lab48.700732.5560-40.5101
CIE-Lab55.803938.8238-41.3235

#a46fce color RGB value is (164,111,206).

#a46fce hex color red value is 164, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a46fce hue: 0.76 , saturation: 0.49 and the lightness value of a46fce is 0.62.

The process color (four color CMYK) of #a46fce color hex is 0.20, 0.46, 0.00, 0.19. Web safe color of #a46fce is #9966cc. Color #a46fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101111 11001110
Octal 244 157 316
Decimal 164 111 206
Hex A4 6F CE

RGB Percentages of Color #a46fce

%34.10
%23.08
%42.83

CMYK Percentages of Color #a46fce

%20
%46
%0
%19

Triadic Colors of #a46fce

#a46fce #cea46f #6fcea4

Analogous Colors of #a46fce

#a46fce #ce6fc9 #756fce

Monochromatic Colors of #a46fce

#a46fce

Complementary Color

#a46fce #99ce6f

#a46fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46fce Color CSS Codes

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

#a46fce Text Font Color

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

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


#a46fce Background Color

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

This div background color is #a46fce


#a46fce Border Color

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

This div border color is #a46fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46fce


Comments

No comments written yet.

Please login to write comment.