Color Hex Logo

#b96ddb Color Hex

#B96DDB
(185,109,219)
0 Favorites   0 Comments

Color spaces of #b96ddb

RGB 185109219
HSL0.780.600.64
HSV281°50°86°
CMYK 0.160.500.00   0.14
XYZ38.262426.366070.0903
Yxy26.36600.28400.1957
Hunter Lab51.347843.1525-44.9880
CIE-Lab58.382848.5726-44.4419

#b96ddb color RGB value is (185,109,219).

#b96ddb hex color red value is 185, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b96ddb hue: 0.78 , saturation: 0.60 and the lightness value of b96ddb is 0.64.

The process color (four color CMYK) of #b96ddb color hex is 0.16, 0.50, 0.00, 0.14. Web safe color of #b96ddb is #cc66cc. Color #b96ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 11011011
Octal 271 155 333
Decimal 185 109 219
Hex B9 6D DB

RGB Percentages of Color #b96ddb

%36.06
%21.25
%42.69

CMYK Percentages of Color #b96ddb

%16
%50
%0
%14

Triadic Colors of #b96ddb

#b96ddb #dbb96d #6ddbb9

Analogous Colors of #b96ddb

#b96ddb #db6dc6 #826ddb

Monochromatic Colors of #b96ddb

#b96ddb

Complementary Color

#b96ddb #8fdb6d

#b96ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ddb Color CSS Codes

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

#b96ddb Text Font Color

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

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


#b96ddb Background Color

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

This div background color is #b96ddb


#b96ddb Border Color

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

This div border color is #b96ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ddb


Comments

No comments written yet.

Please login to write comment.