Color Hex Logo

#a697bb Color Hex

#A697BB
(166,151,187)
0 Favorites   0 Comments

Color spaces of #a697bb

RGB 166151187
HSL0.740.210.66
HSV265°19°73°
CMYK 0.110.190.00   0.27
XYZ35.762133.828151.6583
Yxy33.82810.29490.2790
Hunter Lab58.16197.9711-11.9469
CIE-Lab64.825912.5773-16.6326

#a697bb color RGB value is (166,151,187).

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

The process color (four color CMYK) of #a697bb color hex is 0.11, 0.19, 0.00, 0.27. Web safe color of #a697bb is #9999cc. Color #a697bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010111 10111011
Octal 246 227 273
Decimal 166 151 187
Hex A6 97 BB

RGB Percentages of Color #a697bb

%32.94
%29.96
%37.10

CMYK Percentages of Color #a697bb

%11
%19
%0
%27

Triadic Colors of #a697bb

#a697bb #bba697 #97bba6

Analogous Colors of #a697bb

#a697bb #b897bb #979abb

Monochromatic Colors of #a697bb

#a697bb

Complementary Color

#a697bb #acbb97

#a697bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a697bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a697bb Color CSS Codes

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

#a697bb Text Font Color

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

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


#a697bb Background Color

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

This div background color is #a697bb


#a697bb Border Color

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

This div border color is #a697bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,151,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a697bb


Comments

No comments written yet.

Please login to write comment.