Color Hex Logo

#bb89ee Color Hex

#BB89EE
(187,137,238)
0 Favorites   0 Comments

Color spaces of #bb89ee

RGB 187137238
HSL0.750.750.74
HSV270°42°93°
CMYK 0.210.420.00   0.07
XYZ44.871834.629285.2080
Yxy34.62920.27240.2102
Hunter Lab58.846633.1286-44.6575
CIE-Lab65.459038.2113-43.8584

#bb89ee color RGB value is (187,137,238).

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

The process color (four color CMYK) of #bb89ee color hex is 0.21, 0.42, 0.00, 0.07. Web safe color of #bb89ee is #cc99ff. Color #bb89ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 11101110
Octal 273 211 356
Decimal 187 137 238
Hex BB 89 EE

RGB Percentages of Color #bb89ee

%33.27
%24.38
%42.35

CMYK Percentages of Color #bb89ee

%21
%42
%0
%7

Triadic Colors of #bb89ee

#bb89ee #eebb89 #89eebb

Analogous Colors of #bb89ee

#bb89ee #ee89ee #898aee

Monochromatic Colors of #bb89ee

#bb89ee

Complementary Color

#bb89ee #bcee89

#bb89ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb89ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb89ee Color CSS Codes

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

#bb89ee Text Font Color

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

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


#bb89ee Background Color

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

This div background color is #bb89ee


#bb89ee Border Color

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

This div border color is #bb89ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb89ee

#bb89ee Color Palettes


Comments

No comments written yet.

Please login to write comment.