Color Hex Logo

#a96fbe Color Hex

#A96FBE
(169,111,190)
0 Favorites   0 Comments

Color spaces of #a96fbe

RGB 169111190
HSL0.790.380.59
HSV284°42°75°
CMYK 0.110.420.00   0.25
XYZ31.340923.521651.6035
Yxy23.52160.29440.2209
Hunter Lab48.499130.4763-29.1358
CIE-Lab55.605636.7860-32.4745

#a96fbe color RGB value is (169,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 10111110
Octal 251 157 276
Decimal 169 111 190
Hex A9 6F BE

RGB Percentages of Color #a96fbe

%35.96
%23.62
%40.43

CMYK Percentages of Color #a96fbe

%11
%42
%0
%25

Triadic Colors of #a96fbe

#a96fbe #bea96f #6fbea9

Analogous Colors of #a96fbe

#a96fbe #be6fac #826fbe

Monochromatic Colors of #a96fbe

#a96fbe

Complementary Color

#a96fbe #84be6f

#a96fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96fbe Color CSS Codes

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

#a96fbe Text Font Color

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

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


#a96fbe Background Color

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

This div background color is #a96fbe


#a96fbe Border Color

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

This div border color is #a96fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96fbe

#a96fbe Color Palettes


Comments

No comments written yet.

Please login to write comment.