Color Hex Logo

#a696be Color Hex

#A696BE
(166,150,190)
0 Favorites   0 Comments

Color spaces of #a696be

RGB 166150190
HSL0.730.240.67
HSV264°21°75°
CMYK 0.130.210.00   0.25
XYZ35.926533.637453.3143
Yxy33.63740.29240.2737
Hunter Lab57.99789.0751-13.9038
CIE-Lab64.673713.7855-18.5443

#a696be color RGB value is (166,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 10111110
Octal 246 226 276
Decimal 166 150 190
Hex A6 96 BE

RGB Percentages of Color #a696be

%32.81
%29.64
%37.55

CMYK Percentages of Color #a696be

%13
%21
%0
%25

Triadic Colors of #a696be

#a696be #bea696 #96bea6

Analogous Colors of #a696be

#a696be #ba96be #969abe

Monochromatic Colors of #a696be

#a696be

Complementary Color

#a696be #aebe96

#a696be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a696be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a696be Color CSS Codes

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

#a696be Text Font Color

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

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


#a696be Background Color

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

This div background color is #a696be


#a696be Border Color

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

This div border color is #a696be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a696be


Comments

No comments written yet.

Please login to write comment.