Color Hex Logo

#b171aa Color Hex

#B171AA
(177,113,170)
0 Favorites   0 Comments

Color spaces of #b171aa

RGB 177113170
HSL0.850.290.57
HSV307°36°69°
CMYK 0.000.360.04   0.31
XYZ31.292324.059641.0249
Yxy24.05960.32470.2496
Hunter Lab49.050628.0373-15.2535
CIE-Lab56.147434.2719-20.0607

#b171aa color RGB value is (177,113,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 10101010
Octal 261 161 252
Decimal 177 113 170
Hex B1 71 AA

RGB Percentages of Color #b171aa

%38.48
%24.57
%36.96

CMYK Percentages of Color #b171aa

%0
%36
%4
%31

Triadic Colors of #b171aa

#b171aa #aab171 #71aab1

Analogous Colors of #b171aa

#b171aa #b1718a #9871b1

Monochromatic Colors of #b171aa

#b171aa

Complementary Color

#b171aa #71b178

#b171aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b171aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b171aa Color CSS Codes

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

#b171aa Text Font Color

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

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


#b171aa Background Color

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

This div background color is #b171aa


#b171aa Border Color

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

This div border color is #b171aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b171aa


Comments

No comments written yet.

Please login to write comment.