Color Hex Logo

#b38bab Color Hex

#B38BAB
(179,139,171)
0 Favorites   0 Comments

Color spaces of #b38bab

RGB 179139171
HSL0.870.210.62
HSV312°22°70°
CMYK 0.000.220.04   0.30
XYZ35.173730.989242.6557
Yxy30.98920.32320.2848
Hunter Lab55.667915.3660-6.4635
CIE-Lab62.498520.6185-10.9997

#b38bab color RGB value is (179,139,171).

#b38bab hex color red value is 179, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b38bab hue: 0.87 , saturation: 0.21 and the lightness value of b38bab is 0.62.

The process color (four color CMYK) of #b38bab color hex is 0.00, 0.22, 0.04, 0.30. Web safe color of #b38bab is #cc9999. Color #b38bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 10101011
Octal 263 213 253
Decimal 179 139 171
Hex B3 8B AB

RGB Percentages of Color #b38bab

%36.61
%28.43
%34.97

CMYK Percentages of Color #b38bab

%0
%22
%4
%30

Triadic Colors of #b38bab

#b38bab #abb38b #8babb3

Analogous Colors of #b38bab

#b38bab #b38b97 #a78bb3

Monochromatic Colors of #b38bab

#b38bab

Complementary Color

#b38bab #8bb393

#b38bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bab Color CSS Codes

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

#b38bab Text Font Color

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

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


#b38bab Background Color

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

This div background color is #b38bab


#b38bab Border Color

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

This div border color is #b38bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bab


Comments

No comments written yet.

Please login to write comment.