Color Hex Logo

#a89afb Color Hex

#A89AFB
(168,154,251)
0 Favorites   0 Comments

Color spaces of #a89afb

RGB 168154251
HSL0.690.920.79
HSV249°39°98°
CMYK 0.330.390.00   0.02
XYZ45.116638.401196.3010
Yxy38.40110.25090.2136
Hunter Lab61.968621.5128-48.7603
CIE-Lab68.315226.6066-46.6079

#a89afb color RGB value is (168,154,251).

#a89afb hex color red value is 168, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a89afb hue: 0.69 , saturation: 0.92 and the lightness value of a89afb is 0.79.

The process color (four color CMYK) of #a89afb color hex is 0.33, 0.39, 0.00, 0.02. Web safe color of #a89afb is #9999ff. Color #a89afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011010 11111011
Octal 250 232 373
Decimal 168 154 251
Hex A8 9A FB

RGB Percentages of Color #a89afb

%29.32
%26.88
%43.80

CMYK Percentages of Color #a89afb

%33
%39
%0
%2

Triadic Colors of #a89afb

#a89afb #fba89a #9afba8

Analogous Colors of #a89afb

#a89afb #d99afb #9abdfb

Monochromatic Colors of #a89afb

#a89afb

Complementary Color

#a89afb #edfb9a

#a89afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89afb Color CSS Codes

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

#a89afb Text Font Color

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

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


#a89afb Background Color

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

This div background color is #a89afb


#a89afb Border Color

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

This div border color is #a89afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,154,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89afb

Related Colors


Comments

No comments written yet.

Please login to write comment.