Color Hex Logo

#b87baa Color Hex

#B87BAA
(184,123,170)
0 Favorites   0 Comments

Color spaces of #b87baa

RGB 184123170
HSL0.870.300.60
HSV314°33°72°
CMYK 0.000.330.08   0.28
XYZ34.105827.258541.4941
Yxy27.25850.33160.2650
Hunter Lab52.209725.2376-10.5745
CIE-Lab59.212831.1106-15.3241

#b87baa color RGB value is (184,123,170).

#b87baa hex color red value is 184, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b87baa hue: 0.87 , saturation: 0.30 and the lightness value of b87baa is 0.60.

The process color (four color CMYK) of #b87baa color hex is 0.00, 0.33, 0.08, 0.28. Web safe color of #b87baa is #cc6699. Color #b87baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111011 10101010
Octal 270 173 252
Decimal 184 123 170
Hex B8 7B AA

RGB Percentages of Color #b87baa

%38.57
%25.79
%35.64

CMYK Percentages of Color #b87baa

%0
%33
%8
%28

Triadic Colors of #b87baa

#b87baa #aab87b #7baab8

Analogous Colors of #b87baa

#b87baa #b87b8c #a87bb8

Monochromatic Colors of #b87baa

#b87baa

Complementary Color

#b87baa #7bb889

#b87baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87baa Color CSS Codes

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

#b87baa Text Font Color

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

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


#b87baa Background Color

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

This div background color is #b87baa


#b87baa Border Color

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

This div border color is #b87baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87baa


Comments

No comments written yet.

Please login to write comment.