Color Hex Logo

#b189be Color Hex

#B189BE
(177,137,190)
0 Favorites   0 Comments

Color spaces of #b189be

RGB 177137190
HSL0.790.290.64
HSV285°28°75°
CMYK 0.070.280.00   0.25
XYZ36.371430.956152.7733
Yxy30.95610.30280.2578
Hunter Lab55.638219.3208-17.2903
CIE-Lab62.470624.7681-21.8078

#b189be color RGB value is (177,137,190).

#b189be hex color red value is 177, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b189be hue: 0.79 , saturation: 0.29 and the lightness value of b189be is 0.64.

The process color (four color CMYK) of #b189be color hex is 0.07, 0.28, 0.00, 0.25. Web safe color of #b189be is #9999cc. Color #b189be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 10111110
Octal 261 211 276
Decimal 177 137 190
Hex B1 89 BE

RGB Percentages of Color #b189be

%35.12
%27.18
%37.70

CMYK Percentages of Color #b189be

%7
%28
%0
%25

Triadic Colors of #b189be

#b189be #beb189 #89beb1

Analogous Colors of #b189be

#b189be #be89b1 #9789be

Monochromatic Colors of #b189be

#b189be

Complementary Color

#b189be #96be89

#b189be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189be Color CSS Codes

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

#b189be Text Font Color

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

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


#b189be Background Color

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

This div background color is #b189be


#b189be Border Color

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

This div border color is #b189be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189be


Comments

No comments written yet.

Please login to write comment.