Color Hex Logo

#a496bd Color Hex

#A496BD
(164,150,189)
0 Favorites   0 Comments

Color spaces of #a496bd

RGB 164150189
HSL0.730.230.66
HSV262°21°74°
CMYK 0.130.210.00   0.26
XYZ35.401533.379352.7211
Yxy33.37930.29140.2747
Hunter Lab57.77488.2699-13.6614
CIE-Lab64.466912.9076-18.3141

#a496bd color RGB value is (164,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 10111101
Octal 244 226 275
Decimal 164 150 189
Hex A4 96 BD

RGB Percentages of Color #a496bd

%32.60
%29.82
%37.57

CMYK Percentages of Color #a496bd

%13
%21
%0
%26

Triadic Colors of #a496bd

#a496bd #bda496 #96bda4

Analogous Colors of #a496bd

#a496bd #b896bd #969cbd

Monochromatic Colors of #a496bd

#a496bd

Complementary Color

#a496bd #afbd96

#a496bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a496bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a496bd Color CSS Codes

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

#a496bd Text Font Color

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

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


#a496bd Background Color

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

This div background color is #a496bd


#a496bd Border Color

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

This div border color is #a496bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a496bd


Comments

No comments written yet.

Please login to write comment.