Color Hex Logo

#bb9eff Color Hex

#BB9EFF
(187,158,255)
0 Favorites   0 Comments

Color spaces of #bb9eff

RGB 187158255
HSL0.721.000.81
HSV258°38°100°
CMYK 0.270.380.00   0.00
XYZ50.770442.2385100.0847
Yxy42.23850.26290.2187
Hunter Lab64.991225.7078-45.8113
CIE-Lab71.035030.5387-44.4006

#bb9eff color RGB value is (187,158,255).

#bb9eff hex color red value is 187, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb9eff hue: 0.72 , saturation: 1.00 and the lightness value of bb9eff is 0.81.

The process color (four color CMYK) of #bb9eff color hex is 0.27, 0.38, 0.00, 0.00. Web safe color of #bb9eff is #cc99ff. Color #bb9eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011110 11111111
Octal 273 236 377
Decimal 187 158 255
Hex BB 9E FF

RGB Percentages of Color #bb9eff

%31.17
%26.33
%42.50

CMYK Percentages of Color #bb9eff

%27
%38
%0
%0

Triadic Colors of #bb9eff

#bb9eff #ffbb9e #9effbb

Analogous Colors of #bb9eff

#bb9eff #ec9eff #9eb2ff

Monochromatic Colors of #bb9eff

#bb9eff

Complementary Color

#bb9eff #e2ff9e

#bb9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9eff Color CSS Codes

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

#bb9eff Text Font Color

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

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


#bb9eff Background Color

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

This div background color is #bb9eff


#bb9eff Border Color

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

This div border color is #bb9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9eff

Related Colors

#bb9eff Color Palettes


Comments

No comments written yet.

Please login to write comment.