Color Hex Logo

#a689fe Color Hex

#A689FE
(166,137,254)
0 Favorites   0 Comments

Color spaces of #a689fe

RGB 166137254
HSL0.710.980.77
HSV255°46°100°
CMYK 0.350.460.00   0.00
XYZ42.560933.154197.9221
Yxy33.15410.24510.1909
Hunter Lab57.579631.1769-60.5252
CIE-Lab64.285536.4677-54.6269

#a689fe color RGB value is (166,137,254).

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

The process color (four color CMYK) of #a689fe color hex is 0.35, 0.46, 0.00, 0.00. Web safe color of #a689fe is #9999ff. Color #a689fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 11111110
Octal 246 211 376
Decimal 166 137 254
Hex A6 89 FE

RGB Percentages of Color #a689fe

%29.80
%24.60
%45.60

CMYK Percentages of Color #a689fe

%35
%46
%0
%0

Triadic Colors of #a689fe

#a689fe #fea689 #89fea6

Analogous Colors of #a689fe

#a689fe #e189fe #89a7fe

Monochromatic Colors of #a689fe

#a689fe

Complementary Color

#a689fe #e1fe89

#a689fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a689fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a689fe Color CSS Codes

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

#a689fe Text Font Color

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

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


#a689fe Background Color

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

This div background color is #a689fe


#a689fe Border Color

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

This div border color is #a689fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a689fe

Related Colors


Comments

No comments written yet.

Please login to write comment.