Color Hex Logo

#b37faa Color Hex

#B37FAA
(179,127,170)
0 Favorites   0 Comments

Color spaces of #b37faa

RGB 179127170
HSL0.860.250.60
HSV310°29°70°
CMYK 0.000.290.05   0.30
XYZ33.435527.664741.6078
Yxy27.66470.32550.2694
Hunter Lab52.597221.4253-10.0841
CIE-Lab59.584627.1651-14.8154

#b37faa color RGB value is (179,127,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111111 10101010
Octal 263 177 252
Decimal 179 127 170
Hex B3 7F AA

RGB Percentages of Color #b37faa

%37.61
%26.68
%35.71

CMYK Percentages of Color #b37faa

%0
%29
%5
%30

Triadic Colors of #b37faa

#b37faa #aab37f #7faab3

Analogous Colors of #b37faa

#b37faa #b37f90 #a27fb3

Monochromatic Colors of #b37faa

#b37faa

Complementary Color

#b37faa #7fb388

#b37faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37faa Color CSS Codes

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

#b37faa Text Font Color

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

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


#b37faa Background Color

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

This div background color is #b37faa


#b37faa Border Color

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

This div border color is #b37faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37faa


Comments

No comments written yet.

Please login to write comment.