Color Hex Logo

#b885ac Color Hex

#B885AC
(184,133,172)
0 Favorites   0 Comments

Color spaces of #b885ac

RGB 184133172
HSL0.870.260.62
HSV314°28°72°
CMYK 0.000.280.07   0.28
XYZ35.601129.944042.9331
Yxy29.94400.32820.2760
Hunter Lab54.721120.3687-8.2130
CIE-Lab61.605925.9142-12.8553

#b885ac color RGB value is (184,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000101 10101100
Octal 270 205 254
Decimal 184 133 172
Hex B8 85 AC

RGB Percentages of Color #b885ac

%37.63
%27.20
%35.17

CMYK Percentages of Color #b885ac

%0
%28
%7
%28

Triadic Colors of #b885ac

#b885ac #acb885 #85acb8

Analogous Colors of #b885ac

#b885ac #b88593 #ab85b8

Monochromatic Colors of #b885ac

#b885ac

Complementary Color

#b885ac #85b891

#b885ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b885ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b885ac Color CSS Codes

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

#b885ac Text Font Color

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

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


#b885ac Background Color

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

This div background color is #b885ac


#b885ac Border Color

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

This div border color is #b885ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b885ac


Comments

No comments written yet.

Please login to write comment.