Color Hex Logo

#b86dcb Color Hex

#B86DCB
(184,109,203)
0 Favorites   0 Comments

Color spaces of #b86dcb

RGB 184109203
HSL0.800.470.61
HSV288°46°80°
CMYK 0.090.460.00   0.20
XYZ36.015325.439459.5120
Yxy25.43940.29770.2103
Hunter Lab50.437539.1938-34.6510
CIE-Lab57.501144.9998-36.7968

#b86dcb color RGB value is (184,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101101 11001011
Octal 270 155 313
Decimal 184 109 203
Hex B8 6D CB

RGB Percentages of Color #b86dcb

%37.10
%21.98
%40.93

CMYK Percentages of Color #b86dcb

%9
%46
%0
%20

Triadic Colors of #b86dcb

#b86dcb #cbb86d #6dcbb8

Analogous Colors of #b86dcb

#b86dcb #cb6daf #896dcb

Monochromatic Colors of #b86dcb

#b86dcb

Complementary Color

#b86dcb #80cb6d

#b86dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86dcb Color CSS Codes

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

#b86dcb Text Font Color

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

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


#b86dcb Background Color

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

This div background color is #b86dcb


#b86dcb Border Color

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

This div border color is #b86dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86dcb


Comments

No comments written yet.

Please login to write comment.