Color Hex Logo

#bbb1db Color Hex

#BBB1DB
(187,177,219)
0 Favorites   0 Comments

Color spaces of #bbb1db

RGB 187177219
HSL0.710.370.78
HSV254°19°86°
CMYK 0.150.190.00   0.14
XYZ49.001847.123573.5309
Yxy47.12350.28880.2778
Hunter Lab68.64667.2867-15.4560
CIE-Lab74.268711.8340-19.8331

#bbb1db color RGB value is (187,177,219).

#bbb1db hex color red value is 187, green value is 177 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbb1db hue: 0.71 , saturation: 0.37 and the lightness value of bbb1db is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 11011011
Octal 273 261 333
Decimal 187 177 219
Hex BB B1 DB

RGB Percentages of Color #bbb1db

%32.08
%30.36
%37.56

CMYK Percentages of Color #bbb1db

%15
%19
%0
%14

Triadic Colors of #bbb1db

#bbb1db #dbbbb1 #b1dbbb

Analogous Colors of #bbb1db

#bbb1db #d0b1db #b1bcdb

Monochromatic Colors of #bbb1db

#bbb1db

Complementary Color

#bbb1db #d1dbb1

#bbb1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb1db Color CSS Codes

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

#bbb1db Text Font Color

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

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


#bbb1db Background Color

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

This div background color is #bbb1db


#bbb1db Border Color

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

This div border color is #bbb1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb1db

#bbb1db Color Palettes


Comments

No comments written yet.

Please login to write comment.