Color Hex Logo

#b89dab Color Hex

#B89DAB
(184,157,171)
0 Favorites   0 Comments

Color spaces of #b89dab

RGB 184157171
HSL0.910.160.67
HSV329°15°72°
CMYK 0.000.150.07   0.28
XYZ39.174837.244643.6523
Yxy37.24460.32630.3102
Hunter Lab61.02847.78160.3110
CIE-Lab67.460112.3579-3.5762

#b89dab color RGB value is (184,157,171).

#b89dab hex color red value is 184, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b89dab hue: 0.91 , saturation: 0.16 and the lightness value of b89dab is 0.67.

The process color (four color CMYK) of #b89dab color hex is 0.00, 0.15, 0.07, 0.28. Web safe color of #b89dab is #cc9999. Color #b89dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 10101011
Octal 270 235 253
Decimal 184 157 171
Hex B8 9D AB

RGB Percentages of Color #b89dab

%35.94
%30.66
%33.40

CMYK Percentages of Color #b89dab

%0
%15
%7
%28

Triadic Colors of #b89dab

#b89dab #abb89d #9dabb8

Analogous Colors of #b89dab

#b89dab #b89d9e #b89db8

Monochromatic Colors of #b89dab

#b89dab

Complementary Color

#b89dab #9db8aa

#b89dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89dab Color CSS Codes

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

#b89dab Text Font Color

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

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


#b89dab Background Color

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

This div background color is #b89dab


#b89dab Border Color

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

This div border color is #b89dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89dab


Comments

No comments written yet.

Please login to write comment.