Color Hex Logo

#b37081 Color Hex

#B37081
(179,112,129)
0 Favorites   0 Comments

Color spaces of #b37081

RGB 179112129
HSL0.960.310.57
HSV345°37°70°
CMYK 0.000.370.28   0.30
XYZ28.347022.757023.6674
Yxy22.75700.37910.3044
Hunter Lab47.704322.58633.9776
CIE-Lab54.821228.79781.8531

#b37081 color RGB value is (179,112,129).

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

The process color (four color CMYK) of #b37081 color hex is 0.00, 0.37, 0.28, 0.30. Web safe color of #b37081 is #cc6699. Color #b37081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 10000001
Octal 263 160 201
Decimal 179 112 129
Hex B3 70 81

RGB Percentages of Color #b37081

%42.62
%26.67
%30.71

CMYK Percentages of Color #b37081

%0
%37
%28
%30

Triadic Colors of #b37081

#b37081 #81b370 #7081b3

Analogous Colors of #b37081

#b37081 #b38170 #b370a3

Monochromatic Colors of #b37081

#b37081

Complementary Color

#b37081 #70b3a2

#b37081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37081 Color CSS Codes

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

#b37081 Text Font Color

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

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


#b37081 Background Color

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

This div background color is #b37081


#b37081 Border Color

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

This div border color is #b37081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37081


Comments

No comments written yet.

Please login to write comment.