Color Hex Logo

#a46fae Color Hex

#A46FAE
(164,111,174)
0 Favorites   0 Comments

Color spaces of #a46fae

RGB 164111174
HSL0.810.280.56
HSV290°36°68°
CMYK 0.060.360.00   0.32
XYZ28.634322.317442.8429
Yxy22.31740.30530.2379
Hunter Lab47.241325.5217-20.7009
CIE-Lab54.362231.9010-25.2417

#a46fae color RGB value is (164,111,174).

#a46fae hex color red value is 164, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a46fae hue: 0.81 , saturation: 0.28 and the lightness value of a46fae is 0.56.

The process color (four color CMYK) of #a46fae color hex is 0.06, 0.36, 0.00, 0.32. Web safe color of #a46fae is #996699. Color #a46fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101111 10101110
Octal 244 157 256
Decimal 164 111 174
Hex A4 6F AE

RGB Percentages of Color #a46fae

%36.53
%24.72
%38.75

CMYK Percentages of Color #a46fae

%6
%36
%0
%32

Triadic Colors of #a46fae

#a46fae #aea46f #6faea4

Analogous Colors of #a46fae

#a46fae #ae6f99 #856fae

Monochromatic Colors of #a46fae

#a46fae

Complementary Color

#a46fae #79ae6f

#a46fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46fae Color CSS Codes

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

#a46fae Text Font Color

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

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


#a46fae Background Color

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

This div background color is #a46fae


#a46fae Border Color

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

This div border color is #a46fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46fae


Comments

No comments written yet.

Please login to write comment.