Color Hex Logo

#a697ee Color Hex

#A697EE
(166,151,238)
0 Favorites   0 Comments

Color spaces of #a697ee

RGB 166151238
HSL0.700.720.76
HSV250°37°93°
CMYK 0.300.370.00   0.07
XYZ42.225136.413385.6919
Yxy36.41330.25700.2216
Hunter Lab60.343419.3037-41.9555
CIE-Lab66.834524.4719-41.8350

#a697ee color RGB value is (166,151,238).

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

The process color (four color CMYK) of #a697ee color hex is 0.30, 0.37, 0.00, 0.07. Web safe color of #a697ee is #9999ff. Color #a697ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010111 11101110
Octal 246 227 356
Decimal 166 151 238
Hex A6 97 EE

RGB Percentages of Color #a697ee

%29.91
%27.21
%42.88

CMYK Percentages of Color #a697ee

%30
%37
%0
%7

Triadic Colors of #a697ee

#a697ee #eea697 #97eea6

Analogous Colors of #a697ee

#a697ee #d297ee #97b4ee

Monochromatic Colors of #a697ee

#a697ee

Complementary Color

#a697ee #dfee97

#a697ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a697ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a697ee Color CSS Codes

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

#a697ee Text Font Color

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

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


#a697ee Background Color

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

This div background color is #a697ee


#a697ee Border Color

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

This div border color is #a697ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a697ee


Comments

No comments written yet.

Please login to write comment.