Color Hex Logo

#a589bb Color Hex

#A589BB
(165,137,187)
0 Favorites   0 Comments

Color spaces of #a589bb

RGB 165137187
HSL0.760.270.64
HSV274°27°73°
CMYK 0.120.270.00   0.27
XYZ33.432429.478550.9416
Yxy29.47850.29360.2589
Hunter Lab54.294114.8993-17.6231
CIE-Lab61.201620.1843-22.1566

#a589bb color RGB value is (165,137,187).

#a589bb hex color red value is 165, green value is 137 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a589bb hue: 0.76 , saturation: 0.27 and the lightness value of a589bb is 0.64.

The process color (four color CMYK) of #a589bb color hex is 0.12, 0.27, 0.00, 0.27. Web safe color of #a589bb is #9999cc. Color #a589bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 10111011
Octal 245 211 273
Decimal 165 137 187
Hex A5 89 BB

RGB Percentages of Color #a589bb

%33.74
%28.02
%38.24

CMYK Percentages of Color #a589bb

%12
%27
%0
%27

Triadic Colors of #a589bb

#a589bb #bba589 #89bba5

Analogous Colors of #a589bb

#a589bb #bb89b8 #8c89bb

Monochromatic Colors of #a589bb

#a589bb

Complementary Color

#a589bb #9fbb89

#a589bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a589bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a589bb Color CSS Codes

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

#a589bb Text Font Color

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

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


#a589bb Background Color

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

This div background color is #a589bb


#a589bb Border Color

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

This div border color is #a589bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a589bb


Comments

No comments written yet.

Please login to write comment.