Color Hex Logo

#bb89fe Color Hex

#BB89FE
(187,137,254)
0 Favorites   0 Comments

Color spaces of #bb89fe

RGB 187137254
HSL0.740.980.77
HSV266°46°100°
CMYK 0.260.460.00   0.00
XYZ47.328635.611998.1452
Yxy35.61190.26140.1967
Hunter Lab59.675737.1353-55.7379
CIE-Lab66.222341.9005-51.4341

#bb89fe color RGB value is (187,137,254).

#bb89fe hex color red value is 187, green value is 137 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bb89fe hue: 0.74 , saturation: 0.98 and the lightness value of bb89fe is 0.77.

The process color (four color CMYK) of #bb89fe color hex is 0.26, 0.46, 0.00, 0.00. Web safe color of #bb89fe is #cc99ff. Color #bb89fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 11111110
Octal 273 211 376
Decimal 187 137 254
Hex BB 89 FE

RGB Percentages of Color #bb89fe

%32.35
%23.70
%43.94

CMYK Percentages of Color #bb89fe

%26
%46
%0
%0

Triadic Colors of #bb89fe

#bb89fe #febb89 #89febb

Analogous Colors of #bb89fe

#bb89fe #f689fe #8992fe

Monochromatic Colors of #bb89fe

#bb89fe

Complementary Color

#bb89fe #ccfe89

#bb89fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb89fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb89fe Color CSS Codes

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

#bb89fe Text Font Color

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

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


#bb89fe Background Color

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

This div background color is #bb89fe


#bb89fe Border Color

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

This div border color is #bb89fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb89fe


Comments

No comments written yet.

Please login to write comment.