Color Hex Logo

#a89cfa Color Hex

#A89CFA
(168,156,250)
0 Favorites   0 Comments

Color spaces of #a89cfa

RGB 168156250
HSL0.690.900.80
HSV248°38°98°
CMYK 0.330.380.00   0.02
XYZ45.292239.003995.5838
Yxy39.00390.25180.2168
Hunter Lab62.453120.1587-47.0255
CIE-Lab68.754125.2202-45.3734

#a89cfa color RGB value is (168,156,250).

#a89cfa hex color red value is 168, green value is 156 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a89cfa hue: 0.69 , saturation: 0.90 and the lightness value of a89cfa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011100 11111010
Octal 250 234 372
Decimal 168 156 250
Hex A8 9C FA

RGB Percentages of Color #a89cfa

%29.27
%27.18
%43.55

CMYK Percentages of Color #a89cfa

%33
%38
%0
%2

Triadic Colors of #a89cfa

#a89cfa #faa89c #9cfaa8

Analogous Colors of #a89cfa

#a89cfa #d79cfa #9cbffa

Monochromatic Colors of #a89cfa

#a89cfa

Complementary Color

#a89cfa #eefa9c

#a89cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89cfa Color CSS Codes

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

#a89cfa Text Font Color

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

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


#a89cfa Background Color

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

This div background color is #a89cfa


#a89cfa Border Color

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

This div border color is #a89cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89cfa


Comments

No comments written yet.

Please login to write comment.