Color Hex Logo

#bb9bdf Color Hex

#BB9BDF
(187,155,223)
0 Favorites   0 Comments

Color spaces of #bb9bdf

RGB 187155223
HSL0.750.520.74
HSV268°30°87°
CMYK 0.160.300.00   0.13
XYZ45.534139.335275.0046
Yxy39.33520.28480.2460
Hunter Lab62.717819.8377-27.0028
CIE-Lab68.993424.8828-30.0930

#bb9bdf color RGB value is (187,155,223).

#bb9bdf hex color red value is 187, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb9bdf hue: 0.75 , saturation: 0.52 and the lightness value of bb9bdf is 0.74.

The process color (four color CMYK) of #bb9bdf color hex is 0.16, 0.30, 0.00, 0.13. Web safe color of #bb9bdf is #cc99cc. Color #bb9bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011011 11011111
Octal 273 233 337
Decimal 187 155 223
Hex BB 9B DF

RGB Percentages of Color #bb9bdf

%33.10
%27.43
%39.47

CMYK Percentages of Color #bb9bdf

%16
%30
%0
%13

Triadic Colors of #bb9bdf

#bb9bdf #dfbb9b #9bdfbb

Analogous Colors of #bb9bdf

#bb9bdf #dd9bdf #9b9ddf

Monochromatic Colors of #bb9bdf

#bb9bdf

Complementary Color

#bb9bdf #bfdf9b

#bb9bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9bdf Color CSS Codes

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

#bb9bdf Text Font Color

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

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


#bb9bdf Background Color

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

This div background color is #bb9bdf


#bb9bdf Border Color

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

This div border color is #bb9bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,155,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb9bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9bdf

#bb9bdf Color Palettes


Comments

No comments written yet.

Please login to write comment.