Color Hex Logo

#bbaadb Color Hex

#BBAADB
(187,170,219)
0 Favorites   0 Comments

Color spaces of #bbaadb

RGB 187170219
HSL0.720.400.76
HSV261°22°86°
CMYK 0.150.220.00   0.14
XYZ47.654444.428773.0818
Yxy44.42870.28850.2690
Hunter Lab66.654910.9713-18.3484
CIE-Lab72.514115.6879-22.5003

#bbaadb color RGB value is (187,170,219).

#bbaadb hex color red value is 187, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbaadb hue: 0.72 , saturation: 0.40 and the lightness value of bbaadb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11011011
Octal 273 252 333
Decimal 187 170 219
Hex BB AA DB

RGB Percentages of Color #bbaadb

%32.47
%29.51
%38.02

CMYK Percentages of Color #bbaadb

%15
%22
%0
%14

Triadic Colors of #bbaadb

#bbaadb #dbbbaa #aadbbb

Analogous Colors of #bbaadb

#bbaadb #d4aadb #aab2db

Monochromatic Colors of #bbaadb

#bbaadb

Complementary Color

#bbaadb #cadbaa

#bbaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaadb Color CSS Codes

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

#bbaadb Text Font Color

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

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


#bbaadb Background Color

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

This div background color is #bbaadb


#bbaadb Border Color

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

This div border color is #bbaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaadb


Comments

No comments written yet.

Please login to write comment.