Color Hex Logo

#a98aee Color Hex

#A98AEE
(169,138,238)
0 Favorites   0 Comments

Color spaces of #a98aee

RGB 169138238
HSL0.720.750.74
HSV259°42°93°
CMYK 0.290.420.00   0.07
XYZ40.883332.785085.0623
Yxy32.78500.25760.2065
Hunter Lab57.258227.2501-48.0000
CIE-Lab63.986432.6633-46.2921

#a98aee color RGB value is (169,138,238).

#a98aee hex color red value is 169, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a98aee hue: 0.72 , saturation: 0.75 and the lightness value of a98aee is 0.74.

The process color (four color CMYK) of #a98aee color hex is 0.29, 0.42, 0.00, 0.07. Web safe color of #a98aee is #9999ff. Color #a98aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001010 11101110
Octal 251 212 356
Decimal 169 138 238
Hex A9 8A EE

RGB Percentages of Color #a98aee

%31.01
%25.32
%43.67

CMYK Percentages of Color #a98aee

%29
%42
%0
%7

Triadic Colors of #a98aee

#a98aee #eea98a #8aeea9

Analogous Colors of #a98aee

#a98aee #db8aee #8a9dee

Monochromatic Colors of #a98aee

#a98aee

Complementary Color

#a98aee #cfee8a

#a98aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98aee Color CSS Codes

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

#a98aee Text Font Color

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

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


#a98aee Background Color

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

This div background color is #a98aee


#a98aee Border Color

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

This div border color is #a98aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,138,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98aee


Comments

No comments written yet.

Please login to write comment.