Color Hex Logo

#b89cab Color Hex

#B89CAB
(184,156,171)
0 Favorites   0 Comments

Color spaces of #b89cab

RGB 184156171
HSL0.910.160.67
HSV328°15°72°
CMYK 0.000.150.07   0.28
XYZ39.006336.907643.5961
Yxy36.90760.32640.3088
Hunter Lab60.75168.2927-0.0211
CIE-Lab67.207712.9119-3.9482

#b89cab color RGB value is (184,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011100 10101011
Octal 270 234 253
Decimal 184 156 171
Hex B8 9C AB

RGB Percentages of Color #b89cab

%36.01
%30.53
%33.46

CMYK Percentages of Color #b89cab

%0
%15
%7
%28

Triadic Colors of #b89cab

#b89cab #abb89c #9cabb8

Analogous Colors of #b89cab

#b89cab #b89c9d #b79cb8

Monochromatic Colors of #b89cab

#b89cab

Complementary Color

#b89cab #9cb8a9

#b89cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89cab Color CSS Codes

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

#b89cab Text Font Color

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

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


#b89cab Background Color

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

This div background color is #b89cab


#b89cab Border Color

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

This div border color is #b89cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89cab


Comments

No comments written yet.

Please login to write comment.