Color Hex Logo

#b3788d Color Hex

#B3788D
(179,120,141)
0 Favorites   0 Comments

Color spaces of #b3788d

RGB 179120141
HSL0.940.280.59
HSV339°33°70°
CMYK 0.000.330.21   0.30
XYZ30.114624.939728.4259
Yxy24.93970.36070.2987
Hunter Lab49.939720.24461.2096
CIE-Lab57.016626.1386-1.9340

#b3788d color RGB value is (179,120,141).

#b3788d hex color red value is 179, green value is 120 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b3788d hue: 0.94 , saturation: 0.28 and the lightness value of b3788d is 0.59.

The process color (four color CMYK) of #b3788d color hex is 0.00, 0.33, 0.21, 0.30. Web safe color of #b3788d is #cc6699. Color #b3788d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 10001101
Octal 263 170 215
Decimal 179 120 141
Hex B3 78 8D

RGB Percentages of Color #b3788d

%40.68
%27.27
%32.05

CMYK Percentages of Color #b3788d

%0
%33
%21
%30

Triadic Colors of #b3788d

#b3788d #8db378 #788db3

Analogous Colors of #b3788d

#b3788d #b38178 #b378ab

Monochromatic Colors of #b3788d

#b3788d

Complementary Color

#b3788d #78b39e

#b3788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3788d Color CSS Codes

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

#b3788d Text Font Color

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

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


#b3788d Background Color

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

This div background color is #b3788d


#b3788d Border Color

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

This div border color is #b3788d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3788d


Comments

No comments written yet.

Please login to write comment.