Color Hex Logo

#b36dcb Color Hex

#B36DCB
(179,109,203)
0 Favorites   0 Comments

Color spaces of #b36dcb

RGB 179109203
HSL0.790.470.61
HSV285°46°80°
CMYK 0.120.460.00   0.20
XYZ34.838524.832859.4569
Yxy24.83280.29240.2085
Hunter Lab49.832537.5845-35.8582
CIE-Lab56.912143.5537-37.7617

#b36dcb color RGB value is (179,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 11001011
Octal 263 155 313
Decimal 179 109 203
Hex B3 6D CB

RGB Percentages of Color #b36dcb

%36.46
%22.20
%41.34

CMYK Percentages of Color #b36dcb

%12
%46
%0
%20

Triadic Colors of #b36dcb

#b36dcb #cbb36d #6dcbb3

Analogous Colors of #b36dcb

#b36dcb #cb6db4 #846dcb

Monochromatic Colors of #b36dcb

#b36dcb

Complementary Color

#b36dcb #85cb6d

#b36dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36dcb Color CSS Codes

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

#b36dcb Text Font Color

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

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


#b36dcb Background Color

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

This div background color is #b36dcb


#b36dcb Border Color

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

This div border color is #b36dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36dcb


Comments

No comments written yet.

Please login to write comment.