Color Hex Logo

#bb9aeb Color Hex

#BB9AEB
(187,154,235)
0 Favorites   0 Comments

Color spaces of #bb9aeb

RGB 187154235
HSL0.730.670.76
HSV264°34°92°
CMYK 0.200.340.00   0.08
XYZ47.044539.674283.7756
Yxy39.67420.27590.2327
Hunter Lab62.987523.0912-34.7666
CIE-Lab69.236828.1122-36.3062

#bb9aeb color RGB value is (187,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011010 11101011
Octal 273 232 353
Decimal 187 154 235
Hex BB 9A EB

RGB Percentages of Color #bb9aeb

%32.47
%26.74
%40.80

CMYK Percentages of Color #bb9aeb

%20
%34
%0
%8

Triadic Colors of #bb9aeb

#bb9aeb #ebbb9a #9aebbb

Analogous Colors of #bb9aeb

#bb9aeb #e49aeb #9aa2eb

Monochromatic Colors of #bb9aeb

#bb9aeb

Complementary Color

#bb9aeb #caeb9a

#bb9aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9aeb Color CSS Codes

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

#bb9aeb Text Font Color

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

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


#bb9aeb Background Color

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

This div background color is #bb9aeb


#bb9aeb Border Color

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

This div border color is #bb9aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,154,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 #bb9aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9aeb


Comments

No comments written yet.

Please login to write comment.