Color Hex Logo

#b981db Color Hex

#B981DB
(185,129,219)
0 Favorites   0 Comments

Color spaces of #b981db

RGB 185129219
HSL0.770.560.68
HSV277°41°86°
CMYK 0.160.410.00   0.14
XYZ40.644031.129370.8842
Yxy31.12930.28490.2182
Hunter Lab55.793632.3931-36.2707
CIE-Lab62.616637.8298-37.7918

#b981db color RGB value is (185,129,219).

#b981db hex color red value is 185, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b981db hue: 0.77 , saturation: 0.56 and the lightness value of b981db is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 11011011
Octal 271 201 333
Decimal 185 129 219
Hex B9 81 DB

RGB Percentages of Color #b981db

%34.71
%24.20
%41.09

CMYK Percentages of Color #b981db

%16
%41
%0
%14

Triadic Colors of #b981db

#b981db #dbb981 #81dbb9

Analogous Colors of #b981db

#b981db #db81d0 #8c81db

Monochromatic Colors of #b981db

#b981db

Complementary Color

#b981db #a3db81

#b981db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b981db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b981db Color CSS Codes

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

#b981db Text Font Color

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

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


#b981db Background Color

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

This div background color is #b981db


#b981db Border Color

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

This div border color is #b981db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b981db


Comments

No comments written yet.

Please login to write comment.