Color Hex Logo

#b87daa Color Hex

#B87DAA
(184,125,170)
0 Favorites   0 Comments

Color spaces of #b87daa

RGB 184125170
HSL0.870.290.61
HSV314°32°72°
CMYK 0.000.320.08   0.28
XYZ34.356527.759941.5776
Yxy27.75990.33130.2677
Hunter Lab52.687724.1926-9.9064
CIE-Lab59.671230.0034-14.6310

#b87daa color RGB value is (184,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 10101010
Octal 270 175 252
Decimal 184 125 170
Hex B8 7D AA

RGB Percentages of Color #b87daa

%38.41
%26.10
%35.49

CMYK Percentages of Color #b87daa

%0
%32
%8
%28

Triadic Colors of #b87daa

#b87daa #aab87d #7daab8

Analogous Colors of #b87daa

#b87daa #b87d8d #a97db8

Monochromatic Colors of #b87daa

#b87daa

Complementary Color

#b87daa #7db88b

#b87daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87daa Color CSS Codes

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

#b87daa Text Font Color

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

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


#b87daa Background Color

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

This div background color is #b87daa


#b87daa Border Color

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

This div border color is #b87daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87daa


Comments

No comments written yet.

Please login to write comment.