Color Hex Logo

#bb91dd Color Hex

#BB91DD
(187,145,221)
0 Favorites   0 Comments

Color spaces of #bb91dd

RGB 187145221
HSL0.760.530.72
HSV273°34°87°
CMYK 0.150.340.00   0.13
XYZ43.670136.036173.0606
Yxy36.03610.28590.2359
Hunter Lab60.030124.8008-30.1388
CIE-Lab66.547530.0123-32.7706

#bb91dd color RGB value is (187,145,221).

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

The process color (four color CMYK) of #bb91dd color hex is 0.15, 0.34, 0.00, 0.13. Web safe color of #bb91dd is #cc99cc. Color #bb91dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010001 11011101
Octal 273 221 335
Decimal 187 145 221
Hex BB 91 DD

RGB Percentages of Color #bb91dd

%33.82
%26.22
%39.96

CMYK Percentages of Color #bb91dd

%15
%34
%0
%13

Triadic Colors of #bb91dd

#bb91dd #ddbb91 #91ddbb

Analogous Colors of #bb91dd

#bb91dd #dd91d9 #9591dd

Monochromatic Colors of #bb91dd

#bb91dd

Complementary Color

#bb91dd #b3dd91

#bb91dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb91dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb91dd Color CSS Codes

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

#bb91dd Text Font Color

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

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


#bb91dd Background Color

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

This div background color is #bb91dd


#bb91dd Border Color

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

This div border color is #bb91dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb91dd


Comments

No comments written yet.

Please login to write comment.