Color Hex Logo

#a989ff Color Hex

#A989FF
(169,137,255)
0 Favorites   0 Comments

Color spaces of #a989ff

RGB 169137255
HSL0.711.000.77
HSV256°46°100°
CMYK 0.340.460.00   0.00
XYZ43.357833.546398.7976
Yxy33.54630.24680.1909
Hunter Lab57.919232.2650-60.5925
CIE-Lab64.600837.4812-54.6569

#a989ff color RGB value is (169,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 11111111
Octal 251 211 377
Decimal 169 137 255
Hex A9 89 FF

RGB Percentages of Color #a989ff

%30.12
%24.42
%45.45

CMYK Percentages of Color #a989ff

%34
%46
%0
%0

Triadic Colors of #a989ff

#a989ff #ffa989 #89ffa9

Analogous Colors of #a989ff

#a989ff #e489ff #89a4ff

Monochromatic Colors of #a989ff

#a989ff

Complementary Color

#a989ff #dfff89

#a989ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a989ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a989ff Color CSS Codes

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

#a989ff Text Font Color

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

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


#a989ff Background Color

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

This div background color is #a989ff


#a989ff Border Color

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

This div border color is #a989ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a989ff


Comments

No comments written yet.

Please login to write comment.