Color Hex Logo

#bb89ce Color Hex

#BB89CE
(187,137,206)
0 Favorites   0 Comments

Color spaces of #bb89ce

RGB 187137206
HSL0.790.410.67
HSV283°33°81°
CMYK 0.090.330.00   0.19
XYZ40.579832.912362.6065
Yxy32.91230.29820.2418
Hunter Lab57.369225.8648-24.5441
CIE-Lab64.089831.2813-28.2233

#bb89ce color RGB value is (187,137,206).

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

The process color (four color CMYK) of #bb89ce color hex is 0.09, 0.33, 0.00, 0.19. Web safe color of #bb89ce is #cc99cc. Color #bb89ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 11001110
Octal 273 211 316
Decimal 187 137 206
Hex BB 89 CE

RGB Percentages of Color #bb89ce

%35.28
%25.85
%38.87

CMYK Percentages of Color #bb89ce

%9
%33
%0
%19

Triadic Colors of #bb89ce

#bb89ce #cebb89 #89cebb

Analogous Colors of #bb89ce

#bb89ce #ce89bf #9989ce

Monochromatic Colors of #bb89ce

#bb89ce

Complementary Color

#bb89ce #9cce89

#bb89ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb89ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb89ce Color CSS Codes

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

#bb89ce Text Font Color

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

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


#bb89ce Background Color

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

This div background color is #bb89ce


#bb89ce Border Color

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

This div border color is #bb89ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,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 #bb89ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb89ce


Comments

No comments written yet.

Please login to write comment.