Color Hex Logo

#b36db2 Color Hex

#B36DB2
(179,109,178)
0 Favorites   0 Comments

Color spaces of #b36db2

RGB 179109178
HSL0.840.320.56
HSV301°39°70°
CMYK 0.000.390.01   0.30
XYZ32.094923.735345.0093
Yxy23.73530.31830.2354
Hunter Lab48.718932.3337-20.6723
CIE-Lab55.821838.6023-25.1548

#b36db2 color RGB value is (179,109,178).

#b36db2 hex color red value is 179, green value is 109 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #b36db2 hue: 0.84 , saturation: 0.32 and the lightness value of b36db2 is 0.56.

The process color (four color CMYK) of #b36db2 color hex is 0.00, 0.39, 0.01, 0.30. Web safe color of #b36db2 is #cc6699. Color #b36db2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 10110010
Octal 263 155 262
Decimal 179 109 178
Hex B3 6D B2

RGB Percentages of Color #b36db2

%38.41
%23.39
%38.20

CMYK Percentages of Color #b36db2

%0
%39
%1
%30

Triadic Colors of #b36db2

#b36db2 #b2b36d #6db2b3

Analogous Colors of #b36db2

#b36db2 #b36d8f #916db3

Monochromatic Colors of #b36db2

#b36db2

Complementary Color

#b36db2 #6db36e

#b36db2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36db2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36db2 Color CSS Codes

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

#b36db2 Text Font Color

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

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


#b36db2 Background Color

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

This div background color is #b36db2


#b36db2 Border Color

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

This div border color is #b36db2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36db2


Comments

No comments written yet.

Please login to write comment.