Color Hex Logo

#b36faa Color Hex

#B36FAA
(179,111,170)
0 Favorites   0 Comments

Color spaces of #b36faa

RGB 179111170
HSL0.860.310.57
HSV308°38°70°
CMYK 0.000.380.05   0.30
XYZ31.530523.854940.9728
Yxy23.85490.32720.2476
Hunter Lab48.841529.7613-15.5490
CIE-Lab55.942236.0302-20.3533

#b36faa color RGB value is (179,111,170).

#b36faa hex color red value is 179, green value is 111 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b36faa hue: 0.86 , saturation: 0.31 and the lightness value of b36faa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101111 10101010
Octal 263 157 252
Decimal 179 111 170
Hex B3 6F AA

RGB Percentages of Color #b36faa

%38.91
%24.13
%36.96

CMYK Percentages of Color #b36faa

%0
%38
%5
%30

Triadic Colors of #b36faa

#b36faa #aab36f #6faab3

Analogous Colors of #b36faa

#b36faa #b36f88 #9a6fb3

Monochromatic Colors of #b36faa

#b36faa

Complementary Color

#b36faa #6fb378

#b36faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36faa Color CSS Codes

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

#b36faa Text Font Color

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

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


#b36faa Background Color

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

This div background color is #b36faa


#b36faa Border Color

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

This div border color is #b36faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36faa


Comments

No comments written yet.

Please login to write comment.