Color Hex Logo

#a696bd Color Hex

#A696BD
(166,150,189)
0 Favorites   0 Comments

Color spaces of #a696bd

RGB 166150189
HSL0.740.230.66
HSV265°21°74°
CMYK 0.120.210.00   0.26
XYZ35.817533.593852.7406
Yxy33.59380.29320.2750
Hunter Lab57.96028.8769-13.3786
CIE-Lab64.638913.5698-18.0369

#a696bd color RGB value is (166,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 10111101
Octal 246 226 275
Decimal 166 150 189
Hex A6 96 BD

RGB Percentages of Color #a696bd

%32.87
%29.70
%37.43

CMYK Percentages of Color #a696bd

%12
%21
%0
%26

Triadic Colors of #a696bd

#a696bd #bda696 #96bda6

Analogous Colors of #a696bd

#a696bd #ba96bd #969abd

Monochromatic Colors of #a696bd

#a696bd

Complementary Color

#a696bd #adbd96

#a696bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a696bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a696bd Color CSS Codes

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

#a696bd Text Font Color

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

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


#a696bd Background Color

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

This div background color is #a696bd


#a696bd Border Color

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

This div border color is #a696bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a696bd


Comments

No comments written yet.

Please login to write comment.