Color Hex Logo

#a98acd Color Hex

#A98ACD
(169,138,205)
0 Favorites   0 Comments

Color spaces of #a98acd

RGB 169138205
HSL0.740.400.67
HSV268°33°80°
CMYK 0.180.330.00   0.20
XYZ36.470131.019861.8228
Yxy31.01980.28200.2399
Hunter Lab55.695419.4172-26.8260
CIE-Lab62.524324.8643-30.2256

#a98acd color RGB value is (169,138,205).

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

The process color (four color CMYK) of #a98acd color hex is 0.18, 0.33, 0.00, 0.20. Web safe color of #a98acd is #9999cc. Color #a98acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001010 11001101
Octal 251 212 315
Decimal 169 138 205
Hex A9 8A CD

RGB Percentages of Color #a98acd

%33.01
%26.95
%40.04

CMYK Percentages of Color #a98acd

%18
%33
%0
%20

Triadic Colors of #a98acd

#a98acd #cda98a #8acda9

Analogous Colors of #a98acd

#a98acd #cb8acd #8a8dcd

Monochromatic Colors of #a98acd

#a98acd

Complementary Color

#a98acd #aecd8a

#a98acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98acd Color CSS Codes

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

#a98acd Text Font Color

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

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


#a98acd Background Color

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

This div background color is #a98acd


#a98acd Border Color

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

This div border color is #a98acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98acd


Comments

No comments written yet.

Please login to write comment.