Color Hex Logo

#bb98db Color Hex

#BB98DB
(187,152,219)
0 Favorites   0 Comments

Color spaces of #bb98db

RGB 187152219
HSL0.750.480.73
HSV271°31°86°
CMYK 0.150.310.00   0.14
XYZ44.507938.135772.0329
Yxy38.13570.28770.2466
Hunter Lab61.754120.5802-25.9308
CIE-Lab68.120525.6837-29.2337

#bb98db color RGB value is (187,152,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 11011011
Octal 273 230 333
Decimal 187 152 219
Hex BB 98 DB

RGB Percentages of Color #bb98db

%33.51
%27.24
%39.25

CMYK Percentages of Color #bb98db

%15
%31
%0
%14

Triadic Colors of #bb98db

#bb98db #dbbb98 #98dbbb

Analogous Colors of #bb98db

#bb98db #db98da #9a98db

Monochromatic Colors of #bb98db

#bb98db

Complementary Color

#bb98db #b8db98

#bb98db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb98db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb98db Color CSS Codes

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

#bb98db Text Font Color

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

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


#bb98db Background Color

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

This div background color is #bb98db


#bb98db Border Color

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

This div border color is #bb98db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb98db


Comments

No comments written yet.

Please login to write comment.