Color Hex Logo

#b188de Color Hex

#B188DE
(177,136,222)
0 Favorites   0 Comments

Color spaces of #b188de

RGB 177136222
HSL0.750.570.70
HSV269°39°87°
CMYK 0.200.390.00   0.13
XYZ40.120432.229473.2136
Yxy32.22940.27560.2214
Hunter Lab56.770926.7980-36.7226
CIE-Lab63.532032.2595-38.0919

#b188de color RGB value is (177,136,222).

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

The process color (four color CMYK) of #b188de color hex is 0.20, 0.39, 0.00, 0.13. Web safe color of #b188de is #9999cc. Color #b188de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001000 11011110
Octal 261 210 336
Decimal 177 136 222
Hex B1 88 DE

RGB Percentages of Color #b188de

%33.08
%25.42
%41.50

CMYK Percentages of Color #b188de

%20
%39
%0
%13

Triadic Colors of #b188de

#b188de #deb188 #88deb1

Analogous Colors of #b188de

#b188de #dc88de #888ade

Monochromatic Colors of #b188de

#b188de

Complementary Color

#b188de #b5de88

#b188de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b188de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b188de Color CSS Codes

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

#b188de Text Font Color

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

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


#b188de Background Color

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

This div background color is #b188de


#b188de Border Color

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

This div border color is #b188de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b188de


Comments

No comments written yet.

Please login to write comment.