Color Hex Logo

#b982db Color Hex

#B982DB
(185,130,219)
0 Favorites   0 Comments

Color spaces of #b982db

RGB 185130219
HSL0.770.550.68
HSV277°41°86°
CMYK 0.160.410.00   0.14
XYZ40.776431.394070.9283
Yxy31.39400.28500.2194
Hunter Lab56.030331.8513-35.8334
CIE-Lab62.838837.2806-37.4446

#b982db color RGB value is (185,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000010 11011011
Octal 271 202 333
Decimal 185 130 219
Hex B9 82 DB

RGB Percentages of Color #b982db

%34.64
%24.34
%41.01

CMYK Percentages of Color #b982db

%16
%41
%0
%14

Triadic Colors of #b982db

#b982db #dbb982 #82dbb9

Analogous Colors of #b982db

#b982db #db82d1 #8d82db

Monochromatic Colors of #b982db

#b982db

Complementary Color

#b982db #a4db82

#b982db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b982db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b982db Color CSS Codes

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

#b982db Text Font Color

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

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


#b982db Background Color

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

This div background color is #b982db


#b982db Border Color

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

This div border color is #b982db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b982db


Comments

No comments written yet.

Please login to write comment.