Color Hex Logo

#b17fab Color Hex

#B17FAB
(177,127,171)
0 Favorites   0 Comments

Color spaces of #b17fab

RGB 177127171
HSL0.850.240.60
HSV307°28°69°
CMYK 0.000.280.03   0.31
XYZ33.071527.466142.0865
Yxy27.46610.32230.2676
Hunter Lab52.408120.9261-10.9273
CIE-Lab59.403326.6611-15.6825

#b17fab color RGB value is (177,127,171).

#b17fab hex color red value is 177, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b17fab hue: 0.85 , saturation: 0.24 and the lightness value of b17fab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111111 10101011
Octal 261 177 253
Decimal 177 127 171
Hex B1 7F AB

RGB Percentages of Color #b17fab

%37.26
%26.74
%36.00

CMYK Percentages of Color #b17fab

%0
%28
%3
%31

Triadic Colors of #b17fab

#b17fab #abb17f #7fabb1

Analogous Colors of #b17fab

#b17fab #b17f92 #9e7fb1

Monochromatic Colors of #b17fab

#b17fab

Complementary Color

#b17fab #7fb185

#b17fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17fab Color CSS Codes

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

#b17fab Text Font Color

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

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


#b17fab Background Color

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

This div background color is #b17fab


#b17fab Border Color

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

This div border color is #b17fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,127,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b17fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17fab


Comments

No comments written yet.

Please login to write comment.