Color Hex Logo

#bb89df Color Hex

#BB89DF
(187,137,223)
0 Favorites   0 Comments

Color spaces of #bb89df

RGB 187137223
HSL0.760.570.71
HSV275°39°87°
CMYK 0.160.390.00   0.13
XYZ42.758533.783874.0794
Yxy33.78380.28390.2243
Hunter Lab58.123829.5959-34.8790
CIE-Lab64.790634.8816-36.6099

#bb89df color RGB value is (187,137,223).

#bb89df hex color red value is 187, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb89df hue: 0.76 , saturation: 0.57 and the lightness value of bb89df is 0.71.

The process color (four color CMYK) of #bb89df color hex is 0.16, 0.39, 0.00, 0.13. Web safe color of #bb89df is #cc99cc. Color #bb89df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 11011111
Octal 273 211 337
Decimal 187 137 223
Hex BB 89 DF

RGB Percentages of Color #bb89df

%34.19
%25.05
%40.77

CMYK Percentages of Color #bb89df

%16
%39
%0
%13

Triadic Colors of #bb89df

#bb89df #dfbb89 #89dfbb

Analogous Colors of #bb89df

#bb89df #df89d8 #9089df

Monochromatic Colors of #bb89df

#bb89df

Complementary Color

#bb89df #addf89

#bb89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb89df Color CSS Codes

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

#bb89df Text Font Color

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

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


#bb89df Background Color

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

This div background color is #bb89df


#bb89df Border Color

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

This div border color is #bb89df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb89df


Comments

No comments written yet.

Please login to write comment.