Color Hex Logo

#b3978e Color Hex

#B3978E
(179,151,142)
0 Favorites   0 Comments

Color spaces of #b3978e

RGB 179151142
HSL0.040.200.63
HSV15°21°70°
CMYK 0.000.160.21   0.30
XYZ34.539533.669930.2697
Yxy33.66990.35070.3419
Hunter Lab58.02584.70609.6888
CIE-Lab64.69978.96008.6067

#b3978e color RGB value is (179,151,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010111 10001110
Octal 263 227 216
Decimal 179 151 142
Hex B3 97 8E

RGB Percentages of Color #b3978e

%37.92
%31.99
%30.08

CMYK Percentages of Color #b3978e

%0
%16
%21
%30

Triadic Colors of #b3978e

#b3978e #8eb397 #978eb3

Analogous Colors of #b3978e

#b3978e #b3aa8e #b38e98

Monochromatic Colors of #b3978e

#b3978e

Complementary Color

#b3978e #8eaab3

#b3978e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3978e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3978e Color CSS Codes

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

#b3978e Text Font Color

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

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


#b3978e Background Color

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

This div background color is #b3978e


#b3978e Border Color

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

This div border color is #b3978e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3978e


Comments

No comments written yet.

Please login to write comment.