Color Hex Logo

#b17ba1 Color Hex

#B17BA1
(177,123,161)
0 Favorites   0 Comments

Color spaces of #b17ba1

RGB 177123161
HSL0.880.260.59
HSV318°31°69°
CMYK 0.000.310.09   0.31
XYZ31.647426.086237.0854
Yxy26.08620.33380.2751
Hunter Lab51.074721.2234-7.2983
CIE-Lab58.118827.0757-11.8815

#b17ba1 color RGB value is (177,123,161).

#b17ba1 hex color red value is 177, green value is 123 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b17ba1 hue: 0.88 , saturation: 0.26 and the lightness value of b17ba1 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111011 10100001
Octal 261 173 241
Decimal 177 123 161
Hex B1 7B A1

RGB Percentages of Color #b17ba1

%38.39
%26.68
%34.92

CMYK Percentages of Color #b17ba1

%0
%31
%9
%31

Triadic Colors of #b17ba1

#b17ba1 #a1b17b #7ba1b1

Analogous Colors of #b17ba1

#b17ba1 #b17b86 #a67bb1

Monochromatic Colors of #b17ba1

#b17ba1

Complementary Color

#b17ba1 #7bb18b

#b17ba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17ba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17ba1 Color CSS Codes

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

#b17ba1 Text Font Color

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

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


#b17ba1 Background Color

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

This div background color is #b17ba1


#b17ba1 Border Color

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

This div border color is #b17ba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17ba1


Comments

No comments written yet.

Please login to write comment.