Color Hex Logo

#b171ab Color Hex

#B171AB
(177,113,171)
0 Favorites   0 Comments

Color spaces of #b171ab

RGB 177113171
HSL0.850.290.57
HSV306°36°69°
CMYK 0.000.360.03   0.31
XYZ31.387324.097641.5251
Yxy24.09760.32350.2484
Hunter Lab49.089328.2252-15.7914
CIE-Lab56.185434.4573-20.5799

#b171ab color RGB value is (177,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 10101011
Octal 261 161 253
Decimal 177 113 171
Hex B1 71 AB

RGB Percentages of Color #b171ab

%38.39
%24.51
%37.09

CMYK Percentages of Color #b171ab

%0
%36
%3
%31

Triadic Colors of #b171ab

#b171ab #abb171 #71abb1

Analogous Colors of #b171ab

#b171ab #b1718b #9771b1

Monochromatic Colors of #b171ab

#b171ab

Complementary Color

#b171ab #71b177

#b171ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b171ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b171ab Color CSS Codes

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

#b171ab Text Font Color

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

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


#b171ab Background Color

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

This div background color is #b171ab


#b171ab Border Color

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

This div border color is #b171ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b171ab


Comments

No comments written yet.

Please login to write comment.