Color Hex Logo

#b37cac Color Hex

#B37CAC
(179,124,172)
0 Favorites   0 Comments

Color spaces of #b37cac

RGB 179124172
HSL0.850.270.59
HSV308°31°70°
CMYK 0.000.310.04   0.30
XYZ33.244526.977642.4847
Yxy26.97760.32370.2627
Hunter Lab51.940023.3551-12.1387
CIE-Lab58.953629.2116-16.9159

#b37cac color RGB value is (179,124,172).

#b37cac hex color red value is 179, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b37cac hue: 0.85 , saturation: 0.27 and the lightness value of b37cac is 0.59.

The process color (four color CMYK) of #b37cac color hex is 0.00, 0.31, 0.04, 0.30. Web safe color of #b37cac is #cc6699. Color #b37cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 10101100
Octal 263 174 254
Decimal 179 124 172
Hex B3 7C AC

RGB Percentages of Color #b37cac

%37.68
%26.11
%36.21

CMYK Percentages of Color #b37cac

%0
%31
%4
%30

Triadic Colors of #b37cac

#b37cac #acb37c #7cacb3

Analogous Colors of #b37cac

#b37cac #b37c91 #9f7cb3

Monochromatic Colors of #b37cac

#b37cac

Complementary Color

#b37cac #7cb383

#b37cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cac Color CSS Codes

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

#b37cac Text Font Color

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

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


#b37cac Background Color

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

This div background color is #b37cac


#b37cac Border Color

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

This div border color is #b37cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cac


Comments

No comments written yet.

Please login to write comment.