Color Hex Logo

#b87dac Color Hex

#B87DAC
(184,125,172)
0 Favorites   0 Comments

Color spaces of #b87dac

RGB 184125172
HSL0.870.290.61
HSV312°32°72°
CMYK 0.000.320.07   0.28
XYZ34.547227.836142.5818
Yxy27.83610.32910.2652
Hunter Lab52.759924.5519-10.9202
CIE-Lab59.740430.3630-15.6706

#b87dac color RGB value is (184,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 10101100
Octal 270 175 254
Decimal 184 125 172
Hex B8 7D AC

RGB Percentages of Color #b87dac

%38.25
%25.99
%35.76

CMYK Percentages of Color #b87dac

%0
%32
%7
%28

Triadic Colors of #b87dac

#b87dac #acb87d #7dacb8

Analogous Colors of #b87dac

#b87dac #b87d8f #a77db8

Monochromatic Colors of #b87dac

#b87dac

Complementary Color

#b87dac #7db889

#b87dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dac Color CSS Codes

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

#b87dac Text Font Color

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

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


#b87dac Background Color

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

This div background color is #b87dac


#b87dac Border Color

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

This div border color is #b87dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dac


Comments

No comments written yet.

Please login to write comment.