Color Hex Logo

#b188aa Color Hex

#B188AA
(177,136,170)
0 Favorites   0 Comments

Color spaces of #b188aa

RGB 177136170
HSL0.860.210.61
HSV310°23°69°
CMYK 0.000.230.04   0.31
XYZ34.191329.857741.9912
Yxy29.85770.32240.2816
Hunter Lab54.642216.0691-7.3134
CIE-Lab61.531221.4141-11.9035

#b188aa color RGB value is (177,136,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001000 10101010
Octal 261 210 252
Decimal 177 136 170
Hex B1 88 AA

RGB Percentages of Color #b188aa

%36.65
%28.16
%35.20

CMYK Percentages of Color #b188aa

%0
%23
%4
%31

Triadic Colors of #b188aa

#b188aa #aab188 #88aab1

Analogous Colors of #b188aa

#b188aa #b18896 #a488b1

Monochromatic Colors of #b188aa

#b188aa

Complementary Color

#b188aa #88b18f

#b188aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b188aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b188aa Color CSS Codes

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

#b188aa Text Font Color

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

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


#b188aa Background Color

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

This div background color is #b188aa


#b188aa Border Color

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

This div border color is #b188aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b188aa


Comments

No comments written yet.

Please login to write comment.