Color Hex Logo

#a99bcb Color Hex

#A99BCB
(169,155,203)
0 Favorites   0 Comments

Color spaces of #a99bcb

RGB 169155203
HSL0.720.320.70
HSV258°24°80°
CMYK 0.170.240.00   0.20
XYZ38.863036.189561.4369
Yxy36.18950.28470.2651
Hunter Lab60.157710.0383-18.4403
CIE-Lab66.664514.7976-22.7422

#a99bcb color RGB value is (169,155,203).

#a99bcb hex color red value is 169, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a99bcb hue: 0.72 , saturation: 0.32 and the lightness value of a99bcb is 0.70.

The process color (four color CMYK) of #a99bcb color hex is 0.17, 0.24, 0.00, 0.20. Web safe color of #a99bcb is #9999cc. Color #a99bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011011 11001011
Octal 251 233 313
Decimal 169 155 203
Hex A9 9B CB

RGB Percentages of Color #a99bcb

%32.07
%29.41
%38.52

CMYK Percentages of Color #a99bcb

%17
%24
%0
%20

Triadic Colors of #a99bcb

#a99bcb #cba99b #9bcba9

Analogous Colors of #a99bcb

#a99bcb #c19bcb #9ba5cb

Monochromatic Colors of #a99bcb

#a99bcb

Complementary Color

#a99bcb #bdcb9b

#a99bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99bcb Color CSS Codes

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

#a99bcb Text Font Color

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

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


#a99bcb Background Color

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

This div background color is #a99bcb


#a99bcb Border Color

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

This div border color is #a99bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99bcb


Comments

No comments written yet.

Please login to write comment.