Color Hex Logo

#b984db Color Hex

#B984DB
(185,132,219)
0 Favorites   0 Comments

Color spaces of #b984db

RGB 185132219
HSL0.770.550.69
HSV277°40°86°
CMYK 0.160.400.00   0.14
XYZ41.045031.931371.0179
Yxy31.93130.28500.2218
Hunter Lab56.507830.7666-34.9591
CIE-Lab63.286136.1791-36.7465

#b984db color RGB value is (185,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 11011011
Octal 271 204 333
Decimal 185 132 219
Hex B9 84 DB

RGB Percentages of Color #b984db

%34.51
%24.63
%40.86

CMYK Percentages of Color #b984db

%16
%40
%0
%14

Triadic Colors of #b984db

#b984db #dbb984 #84dbb9

Analogous Colors of #b984db

#b984db #db84d2 #8e84db

Monochromatic Colors of #b984db

#b984db

Complementary Color

#b984db #a6db84

#b984db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b984db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b984db Color CSS Codes

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

#b984db Text Font Color

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

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


#b984db Background Color

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

This div background color is #b984db


#b984db Border Color

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

This div border color is #b984db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b984db


Comments

No comments written yet.

Please login to write comment.