Color Hex Logo

#a497bd Color Hex

#A497BD
(164,151,189)
0 Favorites   0 Comments

Color spaces of #a497bd

RGB 164151189
HSL0.720.220.67
HSV261°20°74°
CMYK 0.130.200.00   0.26
XYZ35.561833.699952.7745
Yxy33.69990.29140.2761
Hunter Lab58.05167.7569-13.2642
CIE-Lab64.723712.3428-17.9243

#a497bd color RGB value is (164,151,189).

#a497bd hex color red value is 164, green value is 151 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a497bd hue: 0.72 , saturation: 0.22 and the lightness value of a497bd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 10111101
Octal 244 227 275
Decimal 164 151 189
Hex A4 97 BD

RGB Percentages of Color #a497bd

%32.54
%29.96
%37.50

CMYK Percentages of Color #a497bd

%13
%20
%0
%26

Triadic Colors of #a497bd

#a497bd #bda497 #97bda4

Analogous Colors of #a497bd

#a497bd #b797bd #979dbd

Monochromatic Colors of #a497bd

#a497bd

Complementary Color

#a497bd #b0bd97

#a497bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a497bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a497bd Color CSS Codes

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

#a497bd Text Font Color

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

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


#a497bd Background Color

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

This div background color is #a497bd


#a497bd Border Color

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

This div border color is #a497bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a497bd


Comments

No comments written yet.

Please login to write comment.