Color Hex Logo

#a98dca Color Hex

#A98DCA
(169,141,202)
0 Favorites   0 Comments

Color spaces of #a98dca

RGB 169141202
HSL0.740.370.67
HSV268°30°79°
CMYK 0.160.300.00   0.21
XYZ36.547731.749060.0790
Yxy31.74900.28470.2473
Hunter Lab56.346317.1740-23.7754
CIE-Lab63.134922.4902-27.6010

#a98dca color RGB value is (169,141,202).

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

The process color (four color CMYK) of #a98dca color hex is 0.16, 0.30, 0.00, 0.21. Web safe color of #a98dca is #9999cc. Color #a98dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 11001010
Octal 251 215 312
Decimal 169 141 202
Hex A9 8D CA

RGB Percentages of Color #a98dca

%33.01
%27.54
%39.45

CMYK Percentages of Color #a98dca

%16
%30
%0
%21

Triadic Colors of #a98dca

#a98dca #caa98d #8dcaa9

Analogous Colors of #a98dca

#a98dca #c88dca #8d90ca

Monochromatic Colors of #a98dca

#a98dca

Complementary Color

#a98dca #aeca8d

#a98dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98dca Color CSS Codes

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

#a98dca Text Font Color

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

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


#a98dca Background Color

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

This div background color is #a98dca


#a98dca Border Color

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

This div border color is #a98dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98dca


Comments

No comments written yet.

Please login to write comment.