Color Hex Logo

#a689ee Color Hex

#A689EE
(166,137,238)
0 Favorites   0 Comments

Color spaces of #a689ee

RGB 166137238
HSL0.710.750.74
HSV257°42°93°
CMYK 0.300.420.00   0.07
XYZ40.104232.171484.9849
Yxy32.17140.25500.2046
Hunter Lab56.719826.9501-49.1320
CIE-Lab63.484332.4148-47.1020

#a689ee color RGB value is (166,137,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 11101110
Octal 246 211 356
Decimal 166 137 238
Hex A6 89 EE

RGB Percentages of Color #a689ee

%30.68
%25.32
%43.99

CMYK Percentages of Color #a689ee

%30
%42
%0
%7

Triadic Colors of #a689ee

#a689ee #eea689 #89eea6

Analogous Colors of #a689ee

#a689ee #d989ee #899fee

Monochromatic Colors of #a689ee

#a689ee

Complementary Color

#a689ee #d1ee89

#a689ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a689ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a689ee Color CSS Codes

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

#a689ee Text Font Color

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

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


#a689ee Background Color

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

This div background color is #a689ee


#a689ee Border Color

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

This div border color is #a689ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a689ee


Comments

No comments written yet.

Please login to write comment.