Color Hex Logo

#bb88db Color Hex

#BB88DB
(187,136,219)
0 Favorites   0 Comments

Color spaces of #bb88db

RGB 187136219
HSL0.770.540.70
HSV277°38°86°
CMYK 0.150.380.00   0.14
XYZ42.083933.287671.2249
Yxy33.28760.28710.2271
Hunter Lab57.695429.2336-32.8066
CIE-Lab64.393134.5694-35.0062

#bb88db color RGB value is (187,136,219).

#bb88db hex color red value is 187, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb88db hue: 0.77 , saturation: 0.54 and the lightness value of bb88db is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 11011011
Octal 273 210 333
Decimal 187 136 219
Hex BB 88 DB

RGB Percentages of Color #bb88db

%34.50
%25.09
%40.41

CMYK Percentages of Color #bb88db

%15
%38
%0
%14

Triadic Colors of #bb88db

#bb88db #dbbb88 #88dbbb

Analogous Colors of #bb88db

#bb88db #db88d2 #9288db

Monochromatic Colors of #bb88db

#bb88db

Complementary Color

#bb88db #a8db88

#bb88db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb88db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb88db Color CSS Codes

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

#bb88db Text Font Color

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

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


#bb88db Background Color

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

This div background color is #bb88db


#bb88db Border Color

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

This div border color is #bb88db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb88db


Comments

No comments written yet.

Please login to write comment.