Color Hex Logo

#b86ecb Color Hex

#B86ECB
(184,110,203)
0 Favorites   0 Comments

Color spaces of #b86ecb

RGB 184110203
HSL0.800.470.61
HSV288°46°80°
CMYK 0.090.460.00   0.20
XYZ36.122625.654059.5478
Yxy25.65400.29770.2114
Hunter Lab50.649838.6662-34.2511
CIE-Lab57.707244.4704-36.4742

#b86ecb color RGB value is (184,110,203).

#b86ecb hex color red value is 184, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b86ecb hue: 0.80 , saturation: 0.47 and the lightness value of b86ecb is 0.61.

The process color (four color CMYK) of #b86ecb color hex is 0.09, 0.46, 0.00, 0.20. Web safe color of #b86ecb is #cc66cc. Color #b86ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101110 11001011
Octal 270 156 313
Decimal 184 110 203
Hex B8 6E CB

RGB Percentages of Color #b86ecb

%37.02
%22.13
%40.85

CMYK Percentages of Color #b86ecb

%9
%46
%0
%20

Triadic Colors of #b86ecb

#b86ecb #cbb86e #6ecbb8

Analogous Colors of #b86ecb

#b86ecb #cb6eb0 #8a6ecb

Monochromatic Colors of #b86ecb

#b86ecb

Complementary Color

#b86ecb #81cb6e

#b86ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ecb Color CSS Codes

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

#b86ecb Text Font Color

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

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


#b86ecb Background Color

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

This div background color is #b86ecb


#b86ecb Border Color

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

This div border color is #b86ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ecb


Comments

No comments written yet.

Please login to write comment.