Color Hex Logo

#b89add Color Hex

#B89ADD
(184,154,221)
0 Favorites   0 Comments

Color spaces of #b89add

RGB 184154221
HSL0.740.500.74
HSV267°30°87°
CMYK 0.170.300.00   0.13
XYZ44.373938.522073.5033
Yxy38.52200.28370.2463
Hunter Lab62.066119.0022-26.7694
CIE-Lab68.403624.0735-29.9234

#b89add color RGB value is (184,154,221).

#b89add hex color red value is 184, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b89add hue: 0.74 , saturation: 0.50 and the lightness value of b89add is 0.74.

The process color (four color CMYK) of #b89add color hex is 0.17, 0.30, 0.00, 0.13. Web safe color of #b89add is #cc99cc. Color #b89add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 11011101
Octal 270 232 335
Decimal 184 154 221
Hex B8 9A DD

RGB Percentages of Color #b89add

%32.92
%27.55
%39.53

CMYK Percentages of Color #b89add

%17
%30
%0
%13

Triadic Colors of #b89add

#b89add #ddb89a #9addb8

Analogous Colors of #b89add

#b89add #da9add #9a9edd

Monochromatic Colors of #b89add

#b89add

Complementary Color

#b89add #bfdd9a

#b89add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89add Color CSS Codes

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

#b89add Text Font Color

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

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


#b89add Background Color

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

This div background color is #b89add


#b89add Border Color

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

This div border color is #b89add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,154,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b89add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b89add;
  -webkit-box-shadow: 1px 1px 3px 2px #b89add;
  box-shadow:         1px 1px 3px 2px #b89add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,154,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89add

#b89add Color Palettes


Comments

No comments written yet.

Please login to write comment.