Color Hex Logo

#a68aee Color Hex

#A68AEE
(166,138,238)
0 Favorites   0 Comments

Color spaces of #a68aee

RGB 166138238
HSL0.710.750.74
HSV257°42°93°
CMYK 0.300.420.00   0.07
XYZ40.247032.457085.0325
Yxy32.45700.25520.2058
Hunter Lab56.971026.4014-48.6139
CIE-Lab63.718831.8485-46.7320

#a68aee color RGB value is (166,138,238).

#a68aee hex color red value is 166, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a68aee hue: 0.71 , saturation: 0.75 and the lightness value of a68aee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001010 11101110
Octal 246 212 356
Decimal 166 138 238
Hex A6 8A EE

RGB Percentages of Color #a68aee

%30.63
%25.46
%43.91

CMYK Percentages of Color #a68aee

%30
%42
%0
%7

Triadic Colors of #a68aee

#a68aee #eea68a #8aeea6

Analogous Colors of #a68aee

#a68aee #d88aee #8aa0ee

Monochromatic Colors of #a68aee

#a68aee

Complementary Color

#a68aee #d2ee8a

#a68aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68aee Color CSS Codes

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

#a68aee Text Font Color

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

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


#a68aee Background Color

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

This div background color is #a68aee


#a68aee Border Color

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

This div border color is #a68aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,138,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 #a68aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68aee


Comments

No comments written yet.

Please login to write comment.