Color Hex Logo

#a989ef Color Hex

#A989EF
(169,137,239)
0 Favorites   0 Comments

Color spaces of #a989ef

RGB 169137239
HSL0.720.760.74
HSV259°43°94°
CMYK 0.290.430.00   0.06
XYZ40.887832.558385.7907
Yxy32.55830.25680.2045
Hunter Lab57.059928.0542-49.2018
CIE-Lab63.801733.4736-47.1350

#a989ef color RGB value is (169,137,239).

#a989ef hex color red value is 169, green value is 137 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a989ef hue: 0.72 , saturation: 0.76 and the lightness value of a989ef is 0.74.

The process color (four color CMYK) of #a989ef color hex is 0.29, 0.43, 0.00, 0.06. Web safe color of #a989ef is #9999ff. Color #a989ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 11101111
Octal 251 211 357
Decimal 169 137 239
Hex A9 89 EF

RGB Percentages of Color #a989ef

%31.01
%25.14
%43.85

CMYK Percentages of Color #a989ef

%29
%43
%0
%6

Triadic Colors of #a989ef

#a989ef #efa989 #89efa9

Analogous Colors of #a989ef

#a989ef #dc89ef #899cef

Monochromatic Colors of #a989ef

#a989ef

Complementary Color

#a989ef #cfef89

#a989ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a989ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a989ef Color CSS Codes

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

#a989ef Text Font Color

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

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


#a989ef Background Color

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

This div background color is #a989ef


#a989ef Border Color

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

This div border color is #a989ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a989ef


Comments

No comments written yet.

Please login to write comment.