Color Hex Logo

#b36caa Color Hex

#B36CAA
(179,108,170)
0 Favorites   0 Comments

Color spaces of #b36caa

RGB 179108170
HSL0.850.320.56
HSV308°40°70°
CMYK 0.000.400.05   0.30
XYZ31.208723.211140.8655
Yxy23.21110.32750.2436
Hunter Lab48.177931.3175-16.5665
CIE-Lab55.289137.6637-21.3531

#b36caa color RGB value is (179,108,170).

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

The process color (four color CMYK) of #b36caa color hex is 0.00, 0.40, 0.05, 0.30. Web safe color of #b36caa is #cc6699. Color #b36caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101100 10101010
Octal 263 154 252
Decimal 179 108 170
Hex B3 6C AA

RGB Percentages of Color #b36caa

%39.17
%23.63
%37.20

CMYK Percentages of Color #b36caa

%0
%40
%5
%30

Triadic Colors of #b36caa

#b36caa #aab36c #6caab3

Analogous Colors of #b36caa

#b36caa #b36c87 #996cb3

Monochromatic Colors of #b36caa

#b36caa

Complementary Color

#b36caa #6cb375

#b36caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36caa Color CSS Codes

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

#b36caa Text Font Color

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

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


#b36caa Background Color

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

This div background color is #b36caa


#b36caa Border Color

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

This div border color is #b36caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36caa


Comments

No comments written yet.

Please login to write comment.