Color Hex Logo

#b886ac Color Hex

#B886AC
(184,134,172)
0 Favorites   0 Comments

Color spaces of #b886ac

RGB 184134172
HSL0.870.260.62
HSV314°27°72°
CMYK 0.000.270.07   0.28
XYZ35.738730.219142.9790
Yxy30.21910.32810.2774
Hunter Lab54.971919.8468-7.8747
CIE-Lab61.842825.3567-12.4991

#b886ac color RGB value is (184,134,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 10101100
Octal 270 206 254
Decimal 184 134 172
Hex B8 86 AC

RGB Percentages of Color #b886ac

%37.55
%27.35
%35.10

CMYK Percentages of Color #b886ac

%0
%27
%7
%28

Triadic Colors of #b886ac

#b886ac #acb886 #86acb8

Analogous Colors of #b886ac

#b886ac #b88693 #ab86b8

Monochromatic Colors of #b886ac

#b886ac

Complementary Color

#b886ac #86b892

#b886ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b886ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b886ac Color CSS Codes

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

#b886ac Text Font Color

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

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


#b886ac Background Color

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

This div background color is #b886ac


#b886ac Border Color

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

This div border color is #b886ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b886ac


Comments

No comments written yet.

Please login to write comment.