Color Hex Logo

#b991db Color Hex

#B991DB
(185,145,219)
0 Favorites   0 Comments

Color spaces of #b991db

RGB 185145219
HSL0.760.510.71
HSV272°34°86°
CMYK 0.160.340.00   0.14
XYZ42.919235.679671.6426
Yxy35.67960.28570.2375
Hunter Lab59.732423.7249-29.2993
CIE-Lab66.274428.9653-32.1013

#b991db color RGB value is (185,145,219).

#b991db hex color red value is 185, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b991db hue: 0.76 , saturation: 0.51 and the lightness value of b991db is 0.71.

The process color (four color CMYK) of #b991db color hex is 0.16, 0.34, 0.00, 0.14. Web safe color of #b991db is #cc99cc. Color #b991db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 11011011
Octal 271 221 333
Decimal 185 145 219
Hex B9 91 DB

RGB Percentages of Color #b991db

%33.70
%26.41
%39.89

CMYK Percentages of Color #b991db

%16
%34
%0
%14

Triadic Colors of #b991db

#b991db #dbb991 #91dbb9

Analogous Colors of #b991db

#b991db #db91d8 #9491db

Monochromatic Colors of #b991db

#b991db

Complementary Color

#b991db #b3db91

#b991db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b991db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b991db Color CSS Codes

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

#b991db Text Font Color

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

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


#b991db Background Color

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

This div background color is #b991db


#b991db Border Color

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

This div border color is #b991db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b991db


Comments

No comments written yet.

Please login to write comment.