Color Hex Logo

#b86ceb Color Hex

#B86CEB
(184,108,235)
0 Favorites   0 Comments

Color spaces of #b86ceb

RGB 184108235
HSL0.770.760.67
HSV276°54°92°
CMYK 0.220.540.00   0.08
XYZ40.125126.913681.6773
Yxy26.91360.26980.1810
Hunter Lab51.878347.2731-57.0314
CIE-Lab58.894352.2645-52.5952

#b86ceb color RGB value is (184,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101100 11101011
Octal 270 154 353
Decimal 184 108 235
Hex B8 6C EB

RGB Percentages of Color #b86ceb

%34.91
%20.49
%44.59

CMYK Percentages of Color #b86ceb

%22
%54
%0
%8

Triadic Colors of #b86ceb

#b86ceb #ebb86c #6cebb8

Analogous Colors of #b86ceb

#b86ceb #eb6cdf #796ceb

Monochromatic Colors of #b86ceb

#b86ceb

Complementary Color

#b86ceb #9feb6c

#b86ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ceb Color CSS Codes

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

#b86ceb Text Font Color

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

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


#b86ceb Background Color

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

This div background color is #b86ceb


#b86ceb Border Color

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

This div border color is #b86ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ceb


Comments

No comments written yet.

Please login to write comment.