Color Hex Logo

#bb9adb Color Hex

#BB9ADB
(187,154,219)
0 Favorites   0 Comments

Color spaces of #bb9adb

RGB 187154219
HSL0.750.470.73
HSV270°30°86°
CMYK 0.150.300.00   0.14
XYZ44.835338.790572.1421
Yxy38.79050.28780.2490
Hunter Lab62.282019.5042-25.0790
CIE-Lab68.599224.5700-28.4963

#bb9adb color RGB value is (187,154,219).

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

The process color (four color CMYK) of #bb9adb color hex is 0.15, 0.30, 0.00, 0.14. Web safe color of #bb9adb is #cc99cc. Color #bb9adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011010 11011011
Octal 273 232 333
Decimal 187 154 219
Hex BB 9A DB

RGB Percentages of Color #bb9adb

%33.39
%27.50
%39.11

CMYK Percentages of Color #bb9adb

%15
%30
%0
%14

Triadic Colors of #bb9adb

#bb9adb #dbbb9a #9adbbb

Analogous Colors of #bb9adb

#bb9adb #db9adb #9b9adb

Monochromatic Colors of #bb9adb

#bb9adb

Complementary Color

#bb9adb #badb9a

#bb9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9adb Color CSS Codes

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

#bb9adb Text Font Color

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

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


#bb9adb Background Color

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

This div background color is #bb9adb


#bb9adb Border Color

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

This div border color is #bb9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9adb


Comments

No comments written yet.

Please login to write comment.