Color Hex Logo

#b956db Color Hex

#B956DB
(185,86,219)
0 Favorites   0 Comments

Color spaces of #b956db

RGB 18586219
HSL0.790.650.60
HSV285°61°86°
CMYK 0.160.610.00   0.14
XYZ36.121622.084369.3767
Yxy22.08430.28310.1731
Hunter Lab46.993954.9635-54.6335
CIE-Lab54.116359.9447-51.2099

#b956db color RGB value is (185,86,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 11011011
Octal 271 126 333
Decimal 185 86 219
Hex B9 56 DB

RGB Percentages of Color #b956db

%37.76
%17.55
%44.69

CMYK Percentages of Color #b956db

%16
%61
%0
%14

Triadic Colors of #b956db

#b956db #dbb956 #56dbb9

Analogous Colors of #b956db

#b956db #db56bb #7756db

Monochromatic Colors of #b956db

#b956db

Complementary Color

#b956db #78db56

#b956db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b956db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b956db Color CSS Codes

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

#b956db Text Font Color

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

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


#b956db Background Color

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

This div background color is #b956db


#b956db Border Color

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

This div border color is #b956db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b956db


Comments

No comments written yet.

Please login to write comment.