Color Hex Logo

#b856db Color Hex

#B856DB
(184,86,219)
0 Favorites   0 Comments

Color spaces of #b856db

RGB 18486219
HSL0.790.650.60
HSV284°61°86°
CMYK 0.160.610.00   0.14
XYZ35.881121.960469.3655
Yxy21.96040.28210.1726
Hunter Lab46.861954.6650-54.9583
CIE-Lab53.985059.7054-51.4271

#b856db color RGB value is (184,86,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010110 11011011
Octal 270 126 333
Decimal 184 86 219
Hex B8 56 DB

RGB Percentages of Color #b856db

%37.63
%17.59
%44.79

CMYK Percentages of Color #b856db

%16
%61
%0
%14

Triadic Colors of #b856db

#b856db #dbb856 #56dbb8

Analogous Colors of #b856db

#b856db #db56bc #7656db

Monochromatic Colors of #b856db

#b856db

Complementary Color

#b856db #79db56

#b856db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b856db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b856db Color CSS Codes

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

#b856db Text Font Color

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

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


#b856db Background Color

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

This div background color is #b856db


#b856db Border Color

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

This div border color is #b856db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b856db


Comments

No comments written yet.

Please login to write comment.