Color Hex Logo

#a697bf Color Hex

#A697BF
(166,151,191)
0 Favorites   0 Comments

Color spaces of #a697bf

RGB 166151191
HSL0.730.240.67
HSV263°21°75°
CMYK 0.130.210.00   0.25
XYZ36.196534.001853.9455
Yxy34.00180.29160.2739
Hunter Lab58.31118.7592-14.0334
CIE-Lab64.964013.4377-18.6635

#a697bf color RGB value is (166,151,191).

#a697bf hex color red value is 166, green value is 151 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a697bf hue: 0.73 , saturation: 0.24 and the lightness value of a697bf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010111 10111111
Octal 246 227 277
Decimal 166 151 191
Hex A6 97 BF

RGB Percentages of Color #a697bf

%32.68
%29.72
%37.60

CMYK Percentages of Color #a697bf

%13
%21
%0
%25

Triadic Colors of #a697bf

#a697bf #bfa697 #97bfa6

Analogous Colors of #a697bf

#a697bf #ba97bf #979cbf

Monochromatic Colors of #a697bf

#a697bf

Complementary Color

#a697bf #b0bf97

#a697bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a697bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a697bf Color CSS Codes

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

#a697bf Text Font Color

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

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


#a697bf Background Color

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

This div background color is #a697bf


#a697bf Border Color

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

This div border color is #a697bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a697bf


Comments

No comments written yet.

Please login to write comment.