Color Hex Logo

#b3898e Color Hex

#B3898E
(179,137,142)
0 Favorites   0 Comments

Color spaces of #b3898e

RGB 179137142
HSL0.980.220.62
HSV353°23°70°
CMYK 0.000.230.21   0.30
XYZ32.418629.428029.5627
Yxy29.42800.35470.3219
Hunter Lab54.247611.73915.6627
CIE-Lab61.157516.77013.5238

#b3898e color RGB value is (179,137,142).

#b3898e hex color red value is 179, green value is 137 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b3898e hue: 0.98 , saturation: 0.22 and the lightness value of b3898e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 10001110
Octal 263 211 216
Decimal 179 137 142
Hex B3 89 8E

RGB Percentages of Color #b3898e

%39.08
%29.91
%31.00

CMYK Percentages of Color #b3898e

%0
%23
%21
%30

Triadic Colors of #b3898e

#b3898e #8eb389 #898eb3

Analogous Colors of #b3898e

#b3898e #b39989 #b389a3

Monochromatic Colors of #b3898e

#b3898e

Complementary Color

#b3898e #89b3ae

#b3898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3898e Color CSS Codes

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

#b3898e Text Font Color

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

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


#b3898e Background Color

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

This div background color is #b3898e


#b3898e Border Color

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

This div border color is #b3898e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,137,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 #b3898e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3898e


Comments

No comments written yet.

Please login to write comment.