Color Hex Logo

#a696db Color Hex

#A696DB
(166,150,219)
0 Favorites   0 Comments

Color spaces of #a696db

RGB 166150219
HSL0.710.490.72
HSV254°32°86°
CMYK 0.240.320.00   0.14
XYZ39.418435.034271.7025
Yxy35.03420.26970.2397
Hunter Lab59.189715.2932-30.3912
CIE-Lab65.775320.3898-33.0103

#a696db color RGB value is (166,150,219).

#a696db hex color red value is 166, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a696db hue: 0.71 , saturation: 0.49 and the lightness value of a696db is 0.72.

The process color (four color CMYK) of #a696db color hex is 0.24, 0.32, 0.00, 0.14. Web safe color of #a696db is #9999cc. Color #a696db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 11011011
Octal 246 226 333
Decimal 166 150 219
Hex A6 96 DB

RGB Percentages of Color #a696db

%31.03
%28.04
%40.93

CMYK Percentages of Color #a696db

%24
%32
%0
%14

Triadic Colors of #a696db

#a696db #dba696 #96dba6

Analogous Colors of #a696db

#a696db #c996db #96a9db

Monochromatic Colors of #a696db

#a696db

Complementary Color

#a696db #cbdb96

#a696db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a696db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a696db Color CSS Codes

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

#a696db Text Font Color

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

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


#a696db Background Color

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

This div background color is #a696db


#a696db Border Color

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

This div border color is #a696db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a696db


Comments

No comments written yet.

Please login to write comment.