Color Hex Logo

#b36dbb Color Hex

#B36DBB
(179,109,187)
0 Favorites   0 Comments

Color spaces of #b36dbb

RGB 179109187
HSL0.820.360.58
HSV294°42°73°
CMYK 0.040.420.00   0.27
XYZ33.028724.108849.9264
Yxy24.10880.30850.2252
Hunter Lab49.100734.1458-25.9165
CIE-Lab56.196640.3314-29.7477

#b36dbb color RGB value is (179,109,187).

#b36dbb hex color red value is 179, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b36dbb hue: 0.82 , saturation: 0.36 and the lightness value of b36dbb is 0.58.

The process color (four color CMYK) of #b36dbb color hex is 0.04, 0.42, 0.00, 0.27. Web safe color of #b36dbb is #cc66cc. Color #b36dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 10111011
Octal 263 155 273
Decimal 179 109 187
Hex B3 6D BB

RGB Percentages of Color #b36dbb

%37.68
%22.95
%39.37

CMYK Percentages of Color #b36dbb

%4
%42
%0
%27

Triadic Colors of #b36dbb

#b36dbb #bbb36d #6dbbb3

Analogous Colors of #b36dbb

#b36dbb #bb6d9c #8c6dbb

Monochromatic Colors of #b36dbb

#b36dbb

Complementary Color

#b36dbb #75bb6d

#b36dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36dbb Color CSS Codes

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

#b36dbb Text Font Color

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

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


#b36dbb Background Color

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

This div background color is #b36dbb


#b36dbb Border Color

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

This div border color is #b36dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36dbb


Comments

No comments written yet.

Please login to write comment.