Color Hex Logo

#a46fbe Color Hex

#A46FBE
(164,111,190)
0 Favorites   0 Comments

Color spaces of #a46fbe

RGB 164111190
HSL0.780.380.59
HSV280°42°75°
CMYK 0.140.420.00   0.25
XYZ30.288522.979151.5542
Yxy22.97910.28900.2192
Hunter Lab47.936528.8956-30.2089
CIE-Lab55.050835.2668-33.3813

#a46fbe color RGB value is (164,111,190).

#a46fbe hex color red value is 164, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a46fbe hue: 0.78 , saturation: 0.38 and the lightness value of a46fbe is 0.59.

The process color (four color CMYK) of #a46fbe color hex is 0.14, 0.42, 0.00, 0.25. Web safe color of #a46fbe is #9966cc. Color #a46fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101111 10111110
Octal 244 157 276
Decimal 164 111 190
Hex A4 6F BE

RGB Percentages of Color #a46fbe

%35.27
%23.87
%40.86

CMYK Percentages of Color #a46fbe

%14
%42
%0
%25

Triadic Colors of #a46fbe

#a46fbe #bea46f #6fbea4

Analogous Colors of #a46fbe

#a46fbe #be6fb1 #7d6fbe

Monochromatic Colors of #a46fbe

#a46fbe

Complementary Color

#a46fbe #89be6f

#a46fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46fbe Color CSS Codes

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

#a46fbe Text Font Color

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

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


#a46fbe Background Color

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

This div background color is #a46fbe


#a46fbe Border Color

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

This div border color is #a46fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46fbe


Comments

No comments written yet.

Please login to write comment.