Color Hex Logo

#a98ddb Color Hex

#A98DDB
(169,141,219)
0 Favorites   0 Comments

Color spaces of #a98ddb

RGB 169141219
HSL0.730.520.71
HSV262°36°86°
CMYK 0.230.360.00   0.14
XYZ38.673232.599271.2718
Yxy32.59920.27130.2287
Hunter Lab57.095720.9877-34.0439
CIE-Lab63.835126.3882-36.0065

#a98ddb color RGB value is (169,141,219).

#a98ddb hex color red value is 169, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a98ddb hue: 0.73 , saturation: 0.52 and the lightness value of a98ddb is 0.71.

The process color (four color CMYK) of #a98ddb color hex is 0.23, 0.36, 0.00, 0.14. Web safe color of #a98ddb is #9999cc. Color #a98ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 11011011
Octal 251 215 333
Decimal 169 141 219
Hex A9 8D DB

RGB Percentages of Color #a98ddb

%31.95
%26.65
%41.40

CMYK Percentages of Color #a98ddb

%23
%36
%0
%14

Triadic Colors of #a98ddb

#a98ddb #dba98d #8ddba9

Analogous Colors of #a98ddb

#a98ddb #d08ddb #8d98db

Monochromatic Colors of #a98ddb

#a98ddb

Complementary Color

#a98ddb #bfdb8d

#a98ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ddb Color CSS Codes

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

#a98ddb Text Font Color

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

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


#a98ddb Background Color

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

This div background color is #a98ddb


#a98ddb Border Color

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

This div border color is #a98ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ddb


Comments

No comments written yet.

Please login to write comment.