Color Hex Logo

#b36dbf Color Hex

#B36DBF
(179,109,191)
0 Favorites   0 Comments

Color spaces of #b36dbf

RGB 179109191
HSL0.810.390.59
HSV291°43°75°
CMYK 0.060.430.00   0.25
XYZ33.463024.282652.2135
Yxy24.28260.30430.2208
Hunter Lab49.277434.9793-28.3285
CIE-Lab56.369641.1195-31.7692

#b36dbf color RGB value is (179,109,191).

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

The process color (four color CMYK) of #b36dbf color hex is 0.06, 0.43, 0.00, 0.25. Web safe color of #b36dbf is #cc66cc. Color #b36dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 10111111
Octal 263 155 277
Decimal 179 109 191
Hex B3 6D BF

RGB Percentages of Color #b36dbf

%37.37
%22.76
%39.87

CMYK Percentages of Color #b36dbf

%6
%43
%0
%25

Triadic Colors of #b36dbf

#b36dbf #bfb36d #6dbfb3

Analogous Colors of #b36dbf

#b36dbf #bf6da2 #8a6dbf

Monochromatic Colors of #b36dbf

#b36dbf

Complementary Color

#b36dbf #79bf6d

#b36dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36dbf Color CSS Codes

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

#b36dbf Text Font Color

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

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


#b36dbf Background Color

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

This div background color is #b36dbf


#b36dbf Border Color

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

This div border color is #b36dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36dbf


Comments

No comments written yet.

Please login to write comment.