Color Hex Logo

#bb95db Color Hex

#BB95DB
(187,149,219)
0 Favorites   0 Comments

Color spaces of #bb95db

RGB 187149219
HSL0.760.490.72
HSV273°32°86°
CMYK 0.150.320.00   0.14
XYZ44.027137.174271.8727
Yxy37.17420.28760.2429
Hunter Lab60.970622.1968-27.2121
CIE-Lab67.407527.3538-30.3337

#bb95db color RGB value is (187,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 11011011
Octal 273 225 333
Decimal 187 149 219
Hex BB 95 DB

RGB Percentages of Color #bb95db

%33.69
%26.85
%39.46

CMYK Percentages of Color #bb95db

%15
%32
%0
%14

Triadic Colors of #bb95db

#bb95db #dbbb95 #95dbbb

Analogous Colors of #bb95db

#bb95db #db95d8 #9895db

Monochromatic Colors of #bb95db

#bb95db

Complementary Color

#bb95db #b5db95

#bb95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb95db Color CSS Codes

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

#bb95db Text Font Color

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

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


#bb95db Background Color

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

This div background color is #bb95db


#bb95db Border Color

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

This div border color is #bb95db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb95db


Comments

No comments written yet.

Please login to write comment.