Color Hex Logo

#a98bda Color Hex

#A98BDA
(169,139,218)
0 Favorites   0 Comments

Color spaces of #a98bda

RGB 169139218
HSL0.730.520.70
HSV263°36°85°
CMYK 0.220.360.00   0.15
XYZ38.249731.962270.4830
Yxy31.96220.27190.2272
Hunter Lab56.535121.8304-34.3430
CIE-Lab63.311627.2870-36.2659

#a98bda color RGB value is (169,139,218).

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

The process color (four color CMYK) of #a98bda color hex is 0.22, 0.36, 0.00, 0.15. Web safe color of #a98bda is #9999cc. Color #a98bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001011 11011010
Octal 251 213 332
Decimal 169 139 218
Hex A9 8B DA

RGB Percentages of Color #a98bda

%32.13
%26.43
%41.44

CMYK Percentages of Color #a98bda

%22
%36
%0
%15

Triadic Colors of #a98bda

#a98bda #daa98b #8bdaa9

Analogous Colors of #a98bda

#a98bda #d18bda #8b95da

Monochromatic Colors of #a98bda

#a98bda

Complementary Color

#a98bda #bcda8b

#a98bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98bda Color CSS Codes

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

#a98bda Text Font Color

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

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


#a98bda Background Color

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

This div background color is #a98bda


#a98bda Border Color

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

This div border color is #a98bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98bda


Comments

No comments written yet.

Please login to write comment.