Color Hex Logo

#a489bb Color Hex

#A489BB
(164,137,187)
0 Favorites   0 Comments

Color spaces of #a489bb

RGB 164137187
HSL0.760.270.64
HSV272°27°73°
CMYK 0.120.270.00   0.27
XYZ33.225129.371750.9319
Yxy29.37170.29270.2587
Hunter Lab54.195714.5885-17.7825
CIE-Lab61.108319.8556-22.3077

#a489bb color RGB value is (164,137,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 10111011
Octal 244 211 273
Decimal 164 137 187
Hex A4 89 BB

RGB Percentages of Color #a489bb

%33.61
%28.07
%38.32

CMYK Percentages of Color #a489bb

%12
%27
%0
%27

Triadic Colors of #a489bb

#a489bb #bba489 #89bba4

Analogous Colors of #a489bb

#a489bb #bb89b9 #8b89bb

Monochromatic Colors of #a489bb

#a489bb

Complementary Color

#a489bb #a0bb89

#a489bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a489bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a489bb Color CSS Codes

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

#a489bb Text Font Color

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

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


#a489bb Background Color

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

This div background color is #a489bb


#a489bb Border Color

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

This div border color is #a489bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a489bb


Comments

No comments written yet.

Please login to write comment.