Color Hex Logo

#b3829d Color Hex

#B3829D
(179,130,157)
0 Favorites   0 Comments

Color spaces of #b3829d

RGB 179130157
HSL0.910.240.61
HSV327°27°70°
CMYK 0.000.270.12   0.30
XYZ32.658827.983335.5783
Yxy27.98330.33940.2908
Hunter Lab52.899217.6282-2.8470
CIE-Lab59.873623.1647-6.9376

#b3829d color RGB value is (179,130,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 10011101
Octal 263 202 235
Decimal 179 130 157
Hex B3 82 9D

RGB Percentages of Color #b3829d

%38.41
%27.90
%33.69

CMYK Percentages of Color #b3829d

%0
%27
%12
%30

Triadic Colors of #b3829d

#b3829d #9db382 #829db3

Analogous Colors of #b3829d

#b3829d #b38285 #b182b3

Monochromatic Colors of #b3829d

#b3829d

Complementary Color

#b3829d #82b398

#b3829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3829d Color CSS Codes

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

#b3829d Text Font Color

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

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


#b3829d Background Color

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

This div background color is #b3829d


#b3829d Border Color

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

This div border color is #b3829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3829d


Comments

No comments written yet.

Please login to write comment.