Color Hex Logo

#b187aa Color Hex

#B187AA
(177,135,170)
0 Favorites   0 Comments

Color spaces of #b187aa

RGB 177135170
HSL0.860.210.61
HSV310°24°69°
CMYK 0.000.240.04   0.31
XYZ34.051129.577341.9445
Yxy29.57730.32250.2802
Hunter Lab54.385016.5872-7.6580
CIE-Lab61.287821.9768-12.2693

#b187aa color RGB value is (177,135,170).

#b187aa hex color red value is 177, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b187aa hue: 0.86 , saturation: 0.21 and the lightness value of b187aa is 0.61.

The process color (four color CMYK) of #b187aa color hex is 0.00, 0.24, 0.04, 0.31. Web safe color of #b187aa is #999999. Color #b187aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 10101010
Octal 261 207 252
Decimal 177 135 170
Hex B1 87 AA

RGB Percentages of Color #b187aa

%36.72
%28.01
%35.27

CMYK Percentages of Color #b187aa

%0
%24
%4
%31

Triadic Colors of #b187aa

#b187aa #aab187 #87aab1

Analogous Colors of #b187aa

#b187aa #b18795 #a387b1

Monochromatic Colors of #b187aa

#b187aa

Complementary Color

#b187aa #87b18e

#b187aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187aa Color CSS Codes

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

#b187aa Text Font Color

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

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


#b187aa Background Color

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

This div background color is #b187aa


#b187aa Border Color

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

This div border color is #b187aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187aa


Comments

No comments written yet.

Please login to write comment.