Color Hex Logo

#a89fbe Color Hex

#A89FBE
(168,159,190)
0 Favorites   0 Comments

Color spaces of #a89fbe

RGB 168159190
HSL0.720.190.68
HSV257°16°75°
CMYK 0.120.160.00   0.25
XYZ37.840836.838853.8314
Yxy36.83880.29450.2867
Hunter Lab60.69505.0711-10.0988
CIE-Lab67.15599.3966-14.7726

#a89fbe color RGB value is (168,159,190).

#a89fbe hex color red value is 168, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a89fbe hue: 0.72 , saturation: 0.19 and the lightness value of a89fbe is 0.68.

The process color (four color CMYK) of #a89fbe color hex is 0.12, 0.16, 0.00, 0.25. Web safe color of #a89fbe is #9999cc. Color #a89fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011111 10111110
Octal 250 237 276
Decimal 168 159 190
Hex A8 9F BE

RGB Percentages of Color #a89fbe

%32.50
%30.75
%36.75

CMYK Percentages of Color #a89fbe

%12
%16
%0
%25

Triadic Colors of #a89fbe

#a89fbe #bea89f #9fbea8

Analogous Colors of #a89fbe

#a89fbe #b89fbe #9fa6be

Monochromatic Colors of #a89fbe

#a89fbe

Complementary Color

#a89fbe #b5be9f

#a89fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89fbe Color CSS Codes

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

#a89fbe Text Font Color

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

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


#a89fbe Background Color

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

This div background color is #a89fbe


#a89fbe Border Color

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

This div border color is #a89fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89fbe


Comments

No comments written yet.

Please login to write comment.