Color Hex Logo

#b3889d Color Hex

#B3889D
(179,136,157)
0 Favorites   0 Comments

Color spaces of #b3889d

RGB 179136157
HSL0.920.220.62
HSV331°24°70°
CMYK 0.000.240.12   0.30
XYZ33.480429.626335.8521
Yxy29.62630.33830.2994
Hunter Lab54.430014.5443-0.9522
CIE-Lab61.330419.7979-4.7784

#b3889d color RGB value is (179,136,157).

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

The process color (four color CMYK) of #b3889d color hex is 0.00, 0.24, 0.12, 0.30. Web safe color of #b3889d is #cc9999. Color #b3889d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 10011101
Octal 263 210 235
Decimal 179 136 157
Hex B3 88 9D

RGB Percentages of Color #b3889d

%37.92
%28.81
%33.26

CMYK Percentages of Color #b3889d

%0
%24
%12
%30

Triadic Colors of #b3889d

#b3889d #9db388 #889db3

Analogous Colors of #b3889d

#b3889d #b38988 #b388b3

Monochromatic Colors of #b3889d

#b3889d

Complementary Color

#b3889d #88b39e

#b3889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3889d Color CSS Codes

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

#b3889d Text Font Color

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

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


#b3889d Background Color

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

This div background color is #b3889d


#b3889d Border Color

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

This div border color is #b3889d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3889d

#b3889d Color Palettes


Comments

No comments written yet.

Please login to write comment.