Color Hex Logo

#b87cac Color Hex

#B87CAC
(184,124,172)
0 Favorites   0 Comments

Color spaces of #b87cac

RGB 184124172
HSL0.870.300.60
HSV312°33°72°
CMYK 0.000.330.07   0.28
XYZ34.421227.584242.5398
Yxy27.58420.32920.2638
Hunter Lab52.520725.0749-11.2582
CIE-Lab59.511230.9164-16.0176

#b87cac color RGB value is (184,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111100 10101100
Octal 270 174 254
Decimal 184 124 172
Hex B8 7C AC

RGB Percentages of Color #b87cac

%38.33
%25.83
%35.83

CMYK Percentages of Color #b87cac

%0
%33
%7
%28

Triadic Colors of #b87cac

#b87cac #acb87c #7cacb8

Analogous Colors of #b87cac

#b87cac #b87c8e #a67cb8

Monochromatic Colors of #b87cac

#b87cac

Complementary Color

#b87cac #7cb888

#b87cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87cac Color CSS Codes

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

#b87cac Text Font Color

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

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


#b87cac Background Color

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

This div background color is #b87cac


#b87cac Border Color

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

This div border color is #b87cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87cac


Comments

No comments written yet.

Please login to write comment.