Color Hex Logo

#b985db Color Hex

#B985DB
(185,133,219)
0 Favorites   0 Comments

Color spaces of #b985db

RGB 185133219
HSL0.770.540.69
HSV276°39°86°
CMYK 0.160.390.00   0.14
XYZ41.181332.203871.0633
Yxy32.20380.28510.2229
Hunter Lab56.748430.2246-34.5222
CIE-Lab63.511035.6275-36.3957

#b985db color RGB value is (185,133,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 11011011
Octal 271 205 333
Decimal 185 133 219
Hex B9 85 DB

RGB Percentages of Color #b985db

%34.45
%24.77
%40.78

CMYK Percentages of Color #b985db

%16
%39
%0
%14

Triadic Colors of #b985db

#b985db #dbb985 #85dbb9

Analogous Colors of #b985db

#b985db #db85d2 #8e85db

Monochromatic Colors of #b985db

#b985db

Complementary Color

#b985db #a7db85

#b985db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b985db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b985db Color CSS Codes

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

#b985db Text Font Color

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

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


#b985db Background Color

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

This div background color is #b985db


#b985db Border Color

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

This div border color is #b985db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b985db

#b985db Color Palettes


Comments

No comments written yet.

Please login to write comment.