Color Hex Logo

#b889aa Color Hex

#B889AA
(184,137,170)
0 Favorites   0 Comments

Color spaces of #b889aa

RGB 184137170
HSL0.880.250.63
HSV318°26°72°
CMYK 0.000.260.08   0.28
XYZ35.968530.983942.1150
Yxy30.98390.32980.2841
Hunter Lab55.663217.9328-5.8948
CIE-Lab62.494023.3215-10.3865

#b889aa color RGB value is (184,137,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001001 10101010
Octal 270 211 252
Decimal 184 137 170
Hex B8 89 AA

RGB Percentages of Color #b889aa

%37.47
%27.90
%34.62

CMYK Percentages of Color #b889aa

%0
%26
%8
%28

Triadic Colors of #b889aa

#b889aa #aab889 #89aab8

Analogous Colors of #b889aa

#b889aa #b88993 #af89b8

Monochromatic Colors of #b889aa

#b889aa

Complementary Color

#b889aa #89b897

#b889aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b889aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b889aa Color CSS Codes

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

#b889aa Text Font Color

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

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


#b889aa Background Color

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

This div background color is #b889aa


#b889aa Border Color

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

This div border color is #b889aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b889aa


Comments

No comments written yet.

Please login to write comment.