Color Hex Logo

#b379ac Color Hex

#B379AC
(179,121,172)
0 Favorites   0 Comments

Color spaces of #b379ac

RGB 179121172
HSL0.850.280.59
HSV307°32°70°
CMYK 0.000.320.04   0.30
XYZ32.874226.237042.3613
Yxy26.23700.32400.2586
Hunter Lab51.222124.9223-13.1781
CIE-Lab58.261330.8826-17.9678

#b379ac color RGB value is (179,121,172).

#b379ac hex color red value is 179, green value is 121 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b379ac hue: 0.85 , saturation: 0.28 and the lightness value of b379ac is 0.59.

The process color (four color CMYK) of #b379ac color hex is 0.00, 0.32, 0.04, 0.30. Web safe color of #b379ac is #cc6699. Color #b379ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111001 10101100
Octal 263 171 254
Decimal 179 121 172
Hex B3 79 AC

RGB Percentages of Color #b379ac

%37.92
%25.64
%36.44

CMYK Percentages of Color #b379ac

%0
%32
%4
%30

Triadic Colors of #b379ac

#b379ac #acb379 #79acb3

Analogous Colors of #b379ac

#b379ac #b3798f #9d79b3

Monochromatic Colors of #b379ac

#b379ac

Complementary Color

#b379ac #79b380

#b379ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b379ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b379ac Color CSS Codes

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

#b379ac Text Font Color

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

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


#b379ac Background Color

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

This div background color is #b379ac


#b379ac Border Color

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

This div border color is #b379ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b379ac


Comments

No comments written yet.

Please login to write comment.