Color Hex Logo

#b36cbd Color Hex

#B36CBD
(179,108,189)
0 Favorites   0 Comments

Color spaces of #b36cbd

RGB 179108189
HSL0.810.380.58
HSV293°43°74°
CMYK 0.050.430.00   0.26
XYZ33.138323.983051.0267
Yxy23.98300.30640.2218
Hunter Lab48.972435.0843-27.4963
CIE-Lab56.070841.2620-31.0893

#b36cbd color RGB value is (179,108,189).

#b36cbd hex color red value is 179, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b36cbd hue: 0.81 , saturation: 0.38 and the lightness value of b36cbd is 0.58.

The process color (four color CMYK) of #b36cbd color hex is 0.05, 0.43, 0.00, 0.26. Web safe color of #b36cbd is #cc66cc. Color #b36cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101100 10111101
Octal 263 154 275
Decimal 179 108 189
Hex B3 6C BD

RGB Percentages of Color #b36cbd

%37.61
%22.69
%39.71

CMYK Percentages of Color #b36cbd

%5
%43
%0
%26

Triadic Colors of #b36cbd

#b36cbd #bdb36c #6cbdb3

Analogous Colors of #b36cbd

#b36cbd #bd6c9f #8b6cbd

Monochromatic Colors of #b36cbd

#b36cbd

Complementary Color

#b36cbd #76bd6c

#b36cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36cbd Color CSS Codes

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

#b36cbd Text Font Color

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

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


#b36cbd Background Color

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

This div background color is #b36cbd


#b36cbd Border Color

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

This div border color is #b36cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,108,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36cbd


Comments

No comments written yet.

Please login to write comment.