Color Hex Logo

#b886ab Color Hex

#B886AB
(184,134,171)
0 Favorites   0 Comments

Color spaces of #b886ab

RGB 184134171
HSL0.880.260.62
HSV316°27°72°
CMYK 0.000.270.07   0.28
XYZ35.642930.180842.4750
Yxy30.18080.32910.2787
Hunter Lab54.937119.6701-7.3846
CIE-Lab61.809925.1758-11.9800

#b886ab color RGB value is (184,134,171).

#b886ab hex color red value is 184, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b886ab hue: 0.88 , saturation: 0.26 and the lightness value of b886ab is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 10101011
Octal 270 206 253
Decimal 184 134 171
Hex B8 86 AB

RGB Percentages of Color #b886ab

%37.63
%27.40
%34.97

CMYK Percentages of Color #b886ab

%0
%27
%7
%28

Triadic Colors of #b886ab

#b886ab #abb886 #86abb8

Analogous Colors of #b886ab

#b886ab #b88692 #ac86b8

Monochromatic Colors of #b886ab

#b886ab

Complementary Color

#b886ab #86b893

#b886ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b886ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b886ab Color CSS Codes

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

#b886ab Text Font Color

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

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


#b886ab Background Color

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

This div background color is #b886ab


#b886ab Border Color

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

This div border color is #b886ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b886ab


Comments

No comments written yet.

Please login to write comment.