Color Hex Logo

#a489db Color Hex

#A489DB
(164,137,219)
0 Favorites   0 Comments

Color spaces of #a489db

RGB 164137219
HSL0.720.530.70
HSV260°37°86°
CMYK 0.250.370.00   0.14
XYZ37.041730.898371.0295
Yxy30.89830.26650.2223
Hunter Lab55.586221.6734-36.8519
CIE-Lab62.421727.1952-38.2463

#a489db color RGB value is (164,137,219).

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

The process color (four color CMYK) of #a489db color hex is 0.25, 0.37, 0.00, 0.14. Web safe color of #a489db is #9999cc. Color #a489db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 11011011
Octal 244 211 333
Decimal 164 137 219
Hex A4 89 DB

RGB Percentages of Color #a489db

%31.54
%26.35
%42.12

CMYK Percentages of Color #a489db

%25
%37
%0
%14

Triadic Colors of #a489db

#a489db #dba489 #89dba4

Analogous Colors of #a489db

#a489db #cd89db #8997db

Monochromatic Colors of #a489db

#a489db

Complementary Color

#a489db #c0db89

#a489db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a489db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a489db Color CSS Codes

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

#a489db Text Font Color

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

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


#a489db Background Color

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

This div background color is #a489db


#a489db Border Color

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

This div border color is #a489db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a489db


Comments

No comments written yet.

Please login to write comment.