Color Hex Logo

#a98bbd Color Hex

#A98BBD
(169,139,189)
0 Favorites   0 Comments

Color spaces of #a98bbd

RGB 169139189
HSL0.770.270.64
HSV276°26°74°
CMYK 0.110.260.00   0.26
XYZ34.780130.574452.2124
Yxy30.57440.29580.2601
Hunter Lab55.294115.5121-17.2797
CIE-Lab62.146720.7909-21.8076

#a98bbd color RGB value is (169,139,189).

#a98bbd hex color red value is 169, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a98bbd hue: 0.77 , saturation: 0.27 and the lightness value of a98bbd is 0.64.

The process color (four color CMYK) of #a98bbd color hex is 0.11, 0.26, 0.00, 0.26. Web safe color of #a98bbd is #9999cc. Color #a98bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001011 10111101
Octal 251 213 275
Decimal 169 139 189
Hex A9 8B BD

RGB Percentages of Color #a98bbd

%34.00
%27.97
%38.03

CMYK Percentages of Color #a98bbd

%11
%26
%0
%26

Triadic Colors of #a98bbd

#a98bbd #bda98b #8bbda9

Analogous Colors of #a98bbd

#a98bbd #bd8bb8 #908bbd

Monochromatic Colors of #a98bbd

#a98bbd

Complementary Color

#a98bbd #9fbd8b

#a98bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98bbd Color CSS Codes

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

#a98bbd Text Font Color

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

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


#a98bbd Background Color

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

This div background color is #a98bbd


#a98bbd Border Color

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

This div border color is #a98bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98bbd


Comments

No comments written yet.

Please login to write comment.