Color Hex Logo

#b96dcd Color Hex

#B96DCD
(185,109,205)
0 Favorites   0 Comments

Color spaces of #b96dcd

RGB 185109205
HSL0.800.490.62
HSV288°47°80°
CMYK 0.100.470.00   0.20
XYZ36.495725.659360.7868
Yxy25.65930.29690.2087
Hunter Lab50.655039.9586-35.6904
CIE-Lab57.712245.6912-37.5920

#b96dcd color RGB value is (185,109,205).

#b96dcd hex color red value is 185, green value is 109 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b96dcd hue: 0.80 , saturation: 0.49 and the lightness value of b96dcd is 0.62.

The process color (four color CMYK) of #b96dcd color hex is 0.10, 0.47, 0.00, 0.20. Web safe color of #b96dcd is #cc66cc. Color #b96dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 11001101
Octal 271 155 315
Decimal 185 109 205
Hex B9 6D CD

RGB Percentages of Color #b96dcd

%37.07
%21.84
%41.08

CMYK Percentages of Color #b96dcd

%10
%47
%0
%20

Triadic Colors of #b96dcd

#b96dcd #cdb96d #6dcdb9

Analogous Colors of #b96dcd

#b96dcd #cd6db1 #896dcd

Monochromatic Colors of #b96dcd

#b96dcd

Complementary Color

#b96dcd #81cd6d

#b96dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96dcd Color CSS Codes

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

#b96dcd Text Font Color

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

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


#b96dcd Background Color

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

This div background color is #b96dcd


#b96dcd Border Color

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

This div border color is #b96dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,109,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b96dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96dcd


Comments

No comments written yet.

Please login to write comment.