Color Hex Logo

#b86deb Color Hex

#B86DEB
(184,109,235)
0 Favorites   0 Comments

Color spaces of #b86deb

RGB 184109235
HSL0.770.760.67
HSV276°54°92°
CMYK 0.220.540.00   0.08
XYZ40.231227.125881.7126
Yxy27.12580.26990.1820
Hunter Lab52.082446.7385-56.5629
CIE-Lab59.090651.7486-52.2829

#b86deb color RGB value is (184,109,235).

#b86deb hex color red value is 184, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b86deb hue: 0.77 , saturation: 0.76 and the lightness value of b86deb is 0.67.

The process color (four color CMYK) of #b86deb color hex is 0.22, 0.54, 0.00, 0.08. Web safe color of #b86deb is #cc66ff. Color #b86deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101101 11101011
Octal 270 155 353
Decimal 184 109 235
Hex B8 6D EB

RGB Percentages of Color #b86deb

%34.85
%20.64
%44.51

CMYK Percentages of Color #b86deb

%22
%54
%0
%8

Triadic Colors of #b86deb

#b86deb #ebb86d #6debb8

Analogous Colors of #b86deb

#b86deb #eb6ddf #796deb

Monochromatic Colors of #b86deb

#b86deb

Complementary Color

#b86deb #a0eb6d

#b86deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86deb Color CSS Codes

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

#b86deb Text Font Color

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

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


#b86deb Background Color

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

This div background color is #b86deb


#b86deb Border Color

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

This div border color is #b86deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86deb


Comments

No comments written yet.

Please login to write comment.