Color Hex Logo

#a995bd Color Hex

#A995BD
(169,149,189)
0 Favorites   0 Comments

Color spaces of #a995bd

RGB 169149189
HSL0.750.230.66
HSV270°21°74°
CMYK 0.110.210.00   0.26
XYZ36.294933.604052.7174
Yxy33.60400.29600.2741
Hunter Lab57.969010.3148-13.3405
CIE-Lab64.647015.1321-17.9998

#a995bd color RGB value is (169,149,189).

#a995bd hex color red value is 169, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a995bd hue: 0.75 , saturation: 0.23 and the lightness value of a995bd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010101 10111101
Octal 251 225 275
Decimal 169 149 189
Hex A9 95 BD

RGB Percentages of Color #a995bd

%33.33
%29.39
%37.28

CMYK Percentages of Color #a995bd

%11
%21
%0
%26

Triadic Colors of #a995bd

#a995bd #bda995 #95bda9

Analogous Colors of #a995bd

#a995bd #bd95bd #9595bd

Monochromatic Colors of #a995bd

#a995bd

Complementary Color

#a995bd #a9bd95

#a995bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a995bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a995bd Color CSS Codes

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

#a995bd Text Font Color

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

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


#a995bd Background Color

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

This div background color is #a995bd


#a995bd Border Color

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

This div border color is #a995bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,149,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 #a995bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a995bd


Comments

No comments written yet.

Please login to write comment.