Color Hex Logo

#b17cac Color Hex

#B17CAC
(177,124,172)
0 Favorites   0 Comments

Color spaces of #b17cac

RGB 177124172
HSL0.850.250.59
HSV306°30°69°
CMYK 0.000.300.03   0.31
XYZ32.785526.741042.4633
Yxy26.74100.32150.2622
Hunter Lab51.711722.6745-12.4881
CIE-Lab58.733828.5300-17.2702

#b17cac color RGB value is (177,124,172).

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

The process color (four color CMYK) of #b17cac color hex is 0.00, 0.30, 0.03, 0.31. Web safe color of #b17cac is #996699. Color #b17cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111100 10101100
Octal 261 174 254
Decimal 177 124 172
Hex B1 7C AC

RGB Percentages of Color #b17cac

%37.42
%26.22
%36.36

CMYK Percentages of Color #b17cac

%0
%30
%3
%31

Triadic Colors of #b17cac

#b17cac #acb17c #7cacb1

Analogous Colors of #b17cac

#b17cac #b17c92 #9c7cb1

Monochromatic Colors of #b17cac

#b17cac

Complementary Color

#b17cac #7cb181

#b17cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17cac Color CSS Codes

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

#b17cac Text Font Color

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

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


#b17cac Background Color

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

This div background color is #b17cac


#b17cac Border Color

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

This div border color is #b17cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17cac


Comments

No comments written yet.

Please login to write comment.