Color Hex Logo

#b86ccb Color Hex

#B86CCB
(184,108,203)
0 Favorites   0 Comments

Color spaces of #b86ccb

RGB 184108203
HSL0.800.480.61
HSV288°47°80°
CMYK 0.090.470.00   0.20
XYZ35.909225.227359.4766
Yxy25.22730.29770.2092
Hunter Lab50.226839.7201-35.0502
CIE-Lab57.296245.5271-37.1175

#b86ccb color RGB value is (184,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101100 11001011
Octal 270 154 313
Decimal 184 108 203
Hex B8 6C CB

RGB Percentages of Color #b86ccb

%37.17
%21.82
%41.01

CMYK Percentages of Color #b86ccb

%9
%47
%0
%20

Triadic Colors of #b86ccb

#b86ccb #cbb86c #6ccbb8

Analogous Colors of #b86ccb

#b86ccb #cb6caf #896ccb

Monochromatic Colors of #b86ccb

#b86ccb

Complementary Color

#b86ccb #7fcb6c

#b86ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ccb Color CSS Codes

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

#b86ccb Text Font Color

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

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


#b86ccb Background Color

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

This div background color is #b86ccb


#b86ccb Border Color

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

This div border color is #b86ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ccb


Comments

No comments written yet.

Please login to write comment.