Color Hex Logo

#a89bbd Color Hex

#A89BBD
(168,155,189)
0 Favorites   0 Comments

Color spaces of #a89bbd

RGB 168155189
HSL0.730.200.67
HSV263°18°74°
CMYK 0.110.180.00   0.26
XYZ37.055135.441653.0320
Yxy35.44160.29520.2823
Hunter Lab59.53286.9215-11.1427
CIE-Lab66.091011.4230-15.8219

#a89bbd color RGB value is (168,155,189).

#a89bbd hex color red value is 168, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a89bbd hue: 0.73 , saturation: 0.20 and the lightness value of a89bbd is 0.67.

The process color (four color CMYK) of #a89bbd color hex is 0.11, 0.18, 0.00, 0.26. Web safe color of #a89bbd is #9999cc. Color #a89bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011011 10111101
Octal 250 233 275
Decimal 168 155 189
Hex A8 9B BD

RGB Percentages of Color #a89bbd

%32.81
%30.27
%36.91

CMYK Percentages of Color #a89bbd

%11
%18
%0
%26

Triadic Colors of #a89bbd

#a89bbd #bda89b #9bbda8

Analogous Colors of #a89bbd

#a89bbd #b99bbd #9b9fbd

Monochromatic Colors of #a89bbd

#a89bbd

Complementary Color

#a89bbd #b0bd9b

#a89bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89bbd Color CSS Codes

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

#a89bbd Text Font Color

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

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


#a89bbd Background Color

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

This div background color is #a89bbd


#a89bbd Border Color

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

This div border color is #a89bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,155,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #a89bbd;
  box-shadow:         1px 1px 3px 2px #a89bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,155,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89bbd


Comments

No comments written yet.

Please login to write comment.