Color Hex Logo

#a589db Color Hex

#A589DB
(165,137,219)
0 Favorites   0 Comments

Color spaces of #a589db

RGB 165137219
HSL0.720.530.70
HSV260°37°86°
CMYK 0.250.370.00   0.14
XYZ37.248931.005171.0392
Yxy31.00510.26740.2226
Hunter Lab55.682221.9646-36.6644
CIE-Lab62.511927.4859-38.0986

#a589db color RGB value is (165,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 11011011
Octal 245 211 333
Decimal 165 137 219
Hex A5 89 DB

RGB Percentages of Color #a589db

%31.67
%26.30
%42.03

CMYK Percentages of Color #a589db

%25
%37
%0
%14

Triadic Colors of #a589db

#a589db #dba589 #89dba5

Analogous Colors of #a589db

#a589db #ce89db #8996db

Monochromatic Colors of #a589db

#a589db

Complementary Color

#a589db #bfdb89

#a589db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a589db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a589db Color CSS Codes

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

#a589db Text Font Color

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

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


#a589db Background Color

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

This div background color is #a589db


#a589db Border Color

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

This div border color is #a589db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,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 #a589db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a589db


Comments

No comments written yet.

Please login to write comment.