Color Hex Logo

#a489dd Color Hex

#A489DD
(164,137,221)
0 Favorites   0 Comments

Color spaces of #a489dd

RGB 164137221
HSL0.720.550.70
HSV259°38°87°
CMYK 0.260.380.00   0.13
XYZ37.306631.004372.4248
Yxy31.00430.26510.2203
Hunter Lab55.681522.1523-38.1413
CIE-Lab62.511327.6776-39.2203

#a489dd color RGB value is (164,137,221).

#a489dd hex color red value is 164, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a489dd hue: 0.72 , saturation: 0.55 and the lightness value of a489dd is 0.70.

The process color (four color CMYK) of #a489dd color hex is 0.26, 0.38, 0.00, 0.13. Web safe color of #a489dd is #9999cc. Color #a489dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 11011101
Octal 244 211 335
Decimal 164 137 221
Hex A4 89 DD

RGB Percentages of Color #a489dd

%31.42
%26.25
%42.34

CMYK Percentages of Color #a489dd

%26
%38
%0
%13

Triadic Colors of #a489dd

#a489dd #dda489 #89dda4

Analogous Colors of #a489dd

#a489dd #ce89dd #8998dd

Monochromatic Colors of #a489dd

#a489dd

Complementary Color

#a489dd #c2dd89

#a489dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a489dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a489dd Color CSS Codes

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

#a489dd Text Font Color

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

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


#a489dd Background Color

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

This div background color is #a489dd


#a489dd Border Color

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

This div border color is #a489dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a489dd


Comments

No comments written yet.

Please login to write comment.