Color Hex Logo

#b88daa Color Hex

#B88DAA
(184,141,170)
0 Favorites   0 Comments

Color spaces of #b88daa

RGB 184141170
HSL0.890.230.64
HSV320°23°72°
CMYK 0.000.230.08   0.28
XYZ36.547732.142442.3080
Yxy32.14240.32930.2896
Hunter Lab56.694315.8542-4.5591
CIE-Lab63.460421.0871-8.9426

#b88daa color RGB value is (184,141,170).

#b88daa hex color red value is 184, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b88daa hue: 0.89 , saturation: 0.23 and the lightness value of b88daa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001101 10101010
Octal 270 215 252
Decimal 184 141 170
Hex B8 8D AA

RGB Percentages of Color #b88daa

%37.17
%28.48
%34.34

CMYK Percentages of Color #b88daa

%0
%23
%8
%28

Triadic Colors of #b88daa

#b88daa #aab88d #8daab8

Analogous Colors of #b88daa

#b88daa #b88d95 #b18db8

Monochromatic Colors of #b88daa

#b88daa

Complementary Color

#b88daa #8db89b

#b88daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88daa Color CSS Codes

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

#b88daa Text Font Color

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

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


#b88daa Background Color

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

This div background color is #b88daa


#b88daa Border Color

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

This div border color is #b88daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88daa


Comments

No comments written yet.

Please login to write comment.