Color Hex Logo

#a697df Color Hex

#A697DF
(166,151,223)
0 Favorites   0 Comments

Color spaces of #a697df

RGB 166151223
HSL0.700.530.73
HSV253°32°87°
CMYK 0.260.320.00   0.13
XYZ40.111835.567974.5632
Yxy35.56790.26700.2367
Hunter Lab59.638815.6873-32.3799
CIE-Lab66.188420.7826-34.5819

#a697df color RGB value is (166,151,223).

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

The process color (four color CMYK) of #a697df color hex is 0.26, 0.32, 0.00, 0.13. Web safe color of #a697df is #9999cc. Color #a697df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010111 11011111
Octal 246 227 337
Decimal 166 151 223
Hex A6 97 DF

RGB Percentages of Color #a697df

%30.74
%27.96
%41.30

CMYK Percentages of Color #a697df

%26
%32
%0
%13

Triadic Colors of #a697df

#a697df #dfa697 #97dfa6

Analogous Colors of #a697df

#a697df #ca97df #97acdf

Monochromatic Colors of #a697df

#a697df

Complementary Color

#a697df #d0df97

#a697df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a697df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a697df Color CSS Codes

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

#a697df Text Font Color

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

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


#a697df Background Color

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

This div background color is #a697df


#a697df Border Color

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

This div border color is #a697df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a697df


Comments

No comments written yet.

Please login to write comment.