Color Hex Logo

#b38d99 Color Hex

#B38D99
(179,141,153)
0 Favorites   0 Comments

Color spaces of #b38d99

RGB 179141153
HSL0.950.200.63
HSV341°21°70°
CMYK 0.000.210.15   0.30
XYZ33.865130.933434.3228
Yxy30.93340.34170.3121
Hunter Lab55.617811.35562.3435
CIE-Lab62.451416.3136-0.8535

#b38d99 color RGB value is (179,141,153).

#b38d99 hex color red value is 179, green value is 141 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b38d99 hue: 0.95 , saturation: 0.20 and the lightness value of b38d99 is 0.63.

The process color (four color CMYK) of #b38d99 color hex is 0.00, 0.21, 0.15, 0.30. Web safe color of #b38d99 is #cc9999. Color #b38d99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001101 10011001
Octal 263 215 231
Decimal 179 141 153
Hex B3 8D 99

RGB Percentages of Color #b38d99

%37.84
%29.81
%32.35

CMYK Percentages of Color #b38d99

%0
%21
%15
%30

Triadic Colors of #b38d99

#b38d99 #99b38d #8d99b3

Analogous Colors of #b38d99

#b38d99 #b3948d #b38dac

Monochromatic Colors of #b38d99

#b38d99

Complementary Color

#b38d99 #8db3a7

#b38d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38d99 Color CSS Codes

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

#b38d99 Text Font Color

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

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


#b38d99 Background Color

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

This div background color is #b38d99


#b38d99 Border Color

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

This div border color is #b38d99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38d99


Comments

No comments written yet.

Please login to write comment.