Color Hex Logo

#a989dc Color Hex

#A989DC
(169,137,220)
0 Favorites   0 Comments

Color spaces of #a989dc

RGB 169137220
HSL0.730.540.70
HSV263°38°86°
CMYK 0.230.380.00   0.14
XYZ38.226131.493671.7743
Yxy31.49360.27020.2226
Hunter Lab56.119223.3784-36.5463
CIE-Lab62.922128.8900-37.9876

#a989dc color RGB value is (169,137,220).

#a989dc hex color red value is 169, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a989dc hue: 0.73 , saturation: 0.54 and the lightness value of a989dc is 0.70.

The process color (four color CMYK) of #a989dc color hex is 0.23, 0.38, 0.00, 0.14. Web safe color of #a989dc is #9999cc. Color #a989dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 11011100
Octal 251 211 334
Decimal 169 137 220
Hex A9 89 DC

RGB Percentages of Color #a989dc

%32.13
%26.05
%41.83

CMYK Percentages of Color #a989dc

%23
%38
%0
%14

Triadic Colors of #a989dc

#a989dc #dca989 #89dca9

Analogous Colors of #a989dc

#a989dc #d389dc #8993dc

Monochromatic Colors of #a989dc

#a989dc

Complementary Color

#a989dc #bcdc89

#a989dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a989dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a989dc Color CSS Codes

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

#a989dc Text Font Color

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

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


#a989dc Background Color

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

This div background color is #a989dc


#a989dc Border Color

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

This div border color is #a989dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a989dc


Comments

No comments written yet.

Please login to write comment.