Color Hex Logo

#a689fa Color Hex

#A689FA
(166,137,250)
0 Favorites   0 Comments

Color spaces of #a689fa

RGB 166137250
HSL0.710.920.76
HSV255°45°98°
CMYK 0.340.450.00   0.02
XYZ41.926932.900494.5831
Yxy32.90040.24750.1942
Hunter Lab57.358930.0979-57.6163
CIE-Lab64.080235.4437-52.7612

#a689fa color RGB value is (166,137,250).

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

The process color (four color CMYK) of #a689fa color hex is 0.34, 0.45, 0.00, 0.02. Web safe color of #a689fa is #9999ff. Color #a689fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 11111010
Octal 246 211 372
Decimal 166 137 250
Hex A6 89 FA

RGB Percentages of Color #a689fa

%30.02
%24.77
%45.21

CMYK Percentages of Color #a689fa

%34
%45
%0
%2

Triadic Colors of #a689fa

#a689fa #faa689 #89faa6

Analogous Colors of #a689fa

#a689fa #df89fa #89a5fa

Monochromatic Colors of #a689fa

#a689fa

Complementary Color

#a689fa #ddfa89

#a689fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a689fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a689fa Color CSS Codes

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

#a689fa Text Font Color

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

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


#a689fa Background Color

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

This div background color is #a689fa


#a689fa Border Color

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

This div border color is #a689fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a689fa


Comments

No comments written yet.

Please login to write comment.