Color Hex Logo

#a98cee Color Hex

#A98CEE
(169,140,238)
0 Favorites   0 Comments

Color spaces of #a98cee

RGB 169140238
HSL0.720.740.74
HSV258°41°93°
CMYK 0.290.410.00   0.07
XYZ41.172933.364285.1588
Yxy33.36420.25780.2089
Hunter Lab57.761826.1527-46.9787
CIE-Lab64.454731.5339-45.5543

#a98cee color RGB value is (169,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001100 11101110
Octal 251 214 356
Decimal 169 140 238
Hex A9 8C EE

RGB Percentages of Color #a98cee

%30.90
%25.59
%43.51

CMYK Percentages of Color #a98cee

%29
%41
%0
%7

Triadic Colors of #a98cee

#a98cee #eea98c #8ceea9

Analogous Colors of #a98cee

#a98cee #da8cee #8ca0ee

Monochromatic Colors of #a98cee

#a98cee

Complementary Color

#a98cee #d1ee8c

#a98cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98cee Color CSS Codes

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

#a98cee Text Font Color

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

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


#a98cee Background Color

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

This div background color is #a98cee


#a98cee Border Color

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

This div border color is #a98cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98cee


Comments

No comments written yet.

Please login to write comment.