Color Hex Logo

#b188db Color Hex

#B188DB
(177,136,219)
0 Favorites   0 Comments

Color spaces of #b188db

RGB 177136219
HSL0.750.540.70
HSV270°38°86°
CMYK 0.190.380.00   0.14
XYZ39.721832.069971.1144
Yxy32.06990.27800.2244
Hunter Lab56.630326.1010-34.8132
CIE-Lab63.400631.5797-36.6276

#b188db color RGB value is (177,136,219).

#b188db hex color red value is 177, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b188db hue: 0.75 , saturation: 0.54 and the lightness value of b188db is 0.70.

The process color (four color CMYK) of #b188db color hex is 0.19, 0.38, 0.00, 0.14. Web safe color of #b188db is #9999cc. Color #b188db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001000 11011011
Octal 261 210 333
Decimal 177 136 219
Hex B1 88 DB

RGB Percentages of Color #b188db

%33.27
%25.56
%41.17

CMYK Percentages of Color #b188db

%19
%38
%0
%14

Triadic Colors of #b188db

#b188db #dbb188 #88dbb1

Analogous Colors of #b188db

#b188db #db88db #8889db

Monochromatic Colors of #b188db

#b188db

Complementary Color

#b188db #b2db88

#b188db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b188db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b188db Color CSS Codes

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

#b188db Text Font Color

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

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


#b188db Background Color

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

This div background color is #b188db


#b188db Border Color

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

This div border color is #b188db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b188db


Comments

No comments written yet.

Please login to write comment.