Color Hex Logo

#b189ce Color Hex

#B189CE
(177,137,206)
0 Favorites   0 Comments

Color spaces of #b189ce

RGB 177137206
HSL0.760.410.67
HSV275°33°81°
CMYK 0.140.330.00   0.19
XYZ38.217731.694762.4959
Yxy31.69470.28860.2394
Hunter Lab56.298022.6524-26.4086
CIE-Lab63.089828.1404-29.8496

#b189ce color RGB value is (177,137,206).

#b189ce hex color red value is 177, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b189ce hue: 0.76 , saturation: 0.41 and the lightness value of b189ce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 11001110
Octal 261 211 316
Decimal 177 137 206
Hex B1 89 CE

RGB Percentages of Color #b189ce

%34.04
%26.35
%39.62

CMYK Percentages of Color #b189ce

%14
%33
%0
%19

Triadic Colors of #b189ce

#b189ce #ceb189 #89ceb1

Analogous Colors of #b189ce

#b189ce #ce89c9 #8f89ce

Monochromatic Colors of #b189ce

#b189ce

Complementary Color

#b189ce #a6ce89

#b189ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189ce Color CSS Codes

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

#b189ce Text Font Color

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

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


#b189ce Background Color

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

This div background color is #b189ce


#b189ce Border Color

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

This div border color is #b189ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189ce


Comments

No comments written yet.

Please login to write comment.