Color Hex Logo

#b188bd Color Hex

#B188BD
(177,136,189)
0 Favorites   0 Comments

Color spaces of #b188bd

RGB 177136189
HSL0.800.290.64
HSV286°28°74°
CMYK 0.060.280.00   0.26
XYZ36.120930.629652.1524
Yxy30.62960.30380.2576
Hunter Lab55.344019.6480-17.1300
CIE-Lab62.193725.1262-21.6666

#b188bd color RGB value is (177,136,189).

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

The process color (four color CMYK) of #b188bd color hex is 0.06, 0.28, 0.00, 0.26. Web safe color of #b188bd is #9999cc. Color #b188bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001000 10111101
Octal 261 210 275
Decimal 177 136 189
Hex B1 88 BD

RGB Percentages of Color #b188bd

%35.26
%27.09
%37.65

CMYK Percentages of Color #b188bd

%6
%28
%0
%26

Triadic Colors of #b188bd

#b188bd #bdb188 #88bdb1

Analogous Colors of #b188bd

#b188bd #bd88af #9788bd

Monochromatic Colors of #b188bd

#b188bd

Complementary Color

#b188bd #94bd88

#b188bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b188bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b188bd Color CSS Codes

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

#b188bd Text Font Color

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

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


#b188bd Background Color

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

This div background color is #b188bd


#b188bd Border Color

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

This div border color is #b188bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b188bd


Comments

No comments written yet.

Please login to write comment.