Color Hex Logo

#b889ac Color Hex

#B889AC
(184,137,172)
0 Favorites   0 Comments

Color spaces of #b889ac

RGB 184137172
HSL0.880.250.63
HSV315°26°72°
CMYK 0.000.260.07   0.28
XYZ36.159231.060243.1192
Yxy31.06020.32770.2815
Hunter Lab55.731718.2819-6.8601
CIE-Lab62.558423.6821-11.4246

#b889ac color RGB value is (184,137,172).

#b889ac hex color red value is 184, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b889ac hue: 0.88 , saturation: 0.25 and the lightness value of b889ac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001001 10101100
Octal 270 211 254
Decimal 184 137 172
Hex B8 89 AC

RGB Percentages of Color #b889ac

%37.32
%27.79
%34.89

CMYK Percentages of Color #b889ac

%0
%26
%7
%28

Triadic Colors of #b889ac

#b889ac #acb889 #89acb8

Analogous Colors of #b889ac

#b889ac #b88995 #ad89b8

Monochromatic Colors of #b889ac

#b889ac

Complementary Color

#b889ac #89b895

#b889ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b889ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b889ac Color CSS Codes

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

#b889ac Text Font Color

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

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


#b889ac Background Color

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

This div background color is #b889ac


#b889ac Border Color

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

This div border color is #b889ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b889ac


Comments

No comments written yet.

Please login to write comment.