Color Hex Logo

#b3829a Color Hex

#B3829A
(179,130,154)
0 Favorites   0 Comments

Color spaces of #b3829a

RGB 179130154
HSL0.920.240.61
HSV331°27°70°
CMYK 0.000.270.14   0.30
XYZ32.405827.882134.2457
Yxy27.88210.34280.2949
Hunter Lab52.803517.1403-1.4901
CIE-Lab59.782122.6528-5.3537

#b3829a color RGB value is (179,130,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 10011010
Octal 263 202 232
Decimal 179 130 154
Hex B3 82 9A

RGB Percentages of Color #b3829a

%38.66
%28.08
%33.26

CMYK Percentages of Color #b3829a

%0
%27
%14
%30

Triadic Colors of #b3829a

#b3829a #9ab382 #829ab3

Analogous Colors of #b3829a

#b3829a #b38382 #b382b3

Monochromatic Colors of #b3829a

#b3829a

Complementary Color

#b3829a #82b39b

#b3829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3829a Color CSS Codes

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

#b3829a Text Font Color

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

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


#b3829a Background Color

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

This div background color is #b3829a


#b3829a Border Color

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

This div border color is #b3829a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3829a


Comments

No comments written yet.

Please login to write comment.