Color Hex Logo

#bb8beb Color Hex

#BB8BEB
(187,139,235)
0 Favorites   0 Comments

Color spaces of #bb8beb

RGB 187139235
HSL0.750.710.73
HSV270°41°92°
CMYK 0.200.410.00   0.08
XYZ44.721535.028283.0013
Yxy35.02820.27480.2152
Hunter Lab59.184631.3063-41.7198
CIE-Lab65.770636.4327-41.7161

#bb8beb color RGB value is (187,139,235).

#bb8beb hex color red value is 187, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bb8beb hue: 0.75 , saturation: 0.71 and the lightness value of bb8beb is 0.73.

The process color (four color CMYK) of #bb8beb color hex is 0.20, 0.41, 0.00, 0.08. Web safe color of #bb8beb is #cc99ff. Color #bb8beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001011 11101011
Octal 273 213 353
Decimal 187 139 235
Hex BB 8B EB

RGB Percentages of Color #bb8beb

%33.33
%24.78
%41.89

CMYK Percentages of Color #bb8beb

%20
%41
%0
%8

Triadic Colors of #bb8beb

#bb8beb #ebbb8b #8bebbb

Analogous Colors of #bb8beb

#bb8beb #eb8beb #8b8beb

Monochromatic Colors of #bb8beb

#bb8beb

Complementary Color

#bb8beb #bbeb8b

#bb8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8beb Color CSS Codes

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

#bb8beb Text Font Color

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

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


#bb8beb Background Color

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

This div background color is #bb8beb


#bb8beb Border Color

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

This div border color is #bb8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8beb


Comments

No comments written yet.

Please login to write comment.