Color Hex Logo

#b36dbc Color Hex

#B36DBC
(179,109,188)
0 Favorites   0 Comments

Color spaces of #b36dbc

RGB 179109188
HSL0.810.370.58
HSV293°42°74°
CMYK 0.050.420.00   0.26
XYZ33.136124.151850.4923
Yxy24.15180.30740.2241
Hunter Lab49.144534.3524-26.5149
CIE-Lab56.239540.5271-30.2542

#b36dbc color RGB value is (179,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 10111100
Octal 263 155 274
Decimal 179 109 188
Hex B3 6D BC

RGB Percentages of Color #b36dbc

%37.61
%22.90
%39.50

CMYK Percentages of Color #b36dbc

%5
%42
%0
%26

Triadic Colors of #b36dbc

#b36dbc #bcb36d #6dbcb3

Analogous Colors of #b36dbc

#b36dbc #bc6d9e #8c6dbc

Monochromatic Colors of #b36dbc

#b36dbc

Complementary Color

#b36dbc #76bc6d

#b36dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36dbc Color CSS Codes

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

#b36dbc Text Font Color

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

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


#b36dbc Background Color

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

This div background color is #b36dbc


#b36dbc Border Color

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

This div border color is #b36dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36dbc


Comments

No comments written yet.

Please login to write comment.