Color Hex Logo

#b3829e Color Hex

#B3829E
(179,130,158)
0 Favorites   0 Comments

Color spaces of #b3829e

RGB 179130158
HSL0.900.240.61
HSV326°27°70°
CMYK 0.000.270.12   0.30
XYZ32.744628.017636.0299
Yxy28.01760.33830.2895
Hunter Lab52.931717.7933-3.3058
CIE-Lab59.904623.3376-7.4646

#b3829e color RGB value is (179,130,158).

#b3829e hex color red value is 179, green value is 130 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b3829e hue: 0.90 , saturation: 0.24 and the lightness value of b3829e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 10011110
Octal 263 202 236
Decimal 179 130 158
Hex B3 82 9E

RGB Percentages of Color #b3829e

%38.33
%27.84
%33.83

CMYK Percentages of Color #b3829e

%0
%27
%12
%30

Triadic Colors of #b3829e

#b3829e #9eb382 #829eb3

Analogous Colors of #b3829e

#b3829e #b38286 #b082b3

Monochromatic Colors of #b3829e

#b3829e

Complementary Color

#b3829e #82b397

#b3829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3829e Color CSS Codes

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

#b3829e Text Font Color

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

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


#b3829e Background Color

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

This div background color is #b3829e


#b3829e Border Color

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

This div border color is #b3829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3829e


Comments

No comments written yet.

Please login to write comment.