Color Hex Logo

#b36bcb Color Hex

#B36BCB
(179,107,203)
0 Favorites   0 Comments

Color spaces of #b36bcb

RGB 179107203
HSL0.790.480.61
HSV285°47°80°
CMYK 0.120.470.00   0.20
XYZ34.627624.410959.3866
Yxy24.41090.29240.2061
Hunter Lab49.407438.6404-36.6801
CIE-Lab56.496944.6202-38.4132

#b36bcb color RGB value is (179,107,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101011 11001011
Octal 263 153 313
Decimal 179 107 203
Hex B3 6B CB

RGB Percentages of Color #b36bcb

%36.61
%21.88
%41.51

CMYK Percentages of Color #b36bcb

%12
%47
%0
%20

Triadic Colors of #b36bcb

#b36bcb #cbb36b #6bcbb3

Analogous Colors of #b36bcb

#b36bcb #cb6bb3 #836bcb

Monochromatic Colors of #b36bcb

#b36bcb

Complementary Color

#b36bcb #83cb6b

#b36bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36bcb Color CSS Codes

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

#b36bcb Text Font Color

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

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


#b36bcb Background Color

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

This div background color is #b36bcb


#b36bcb Border Color

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

This div border color is #b36bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36bcb


Comments

No comments written yet.

Please login to write comment.