Color Hex Logo

#b379ab Color Hex

#B379AB
(179,121,171)
0 Favorites   0 Comments

Color spaces of #b379ab

RGB 179121171
HSL0.860.280.59
HSV308°32°70°
CMYK 0.000.320.04   0.30
XYZ32.778526.198741.8573
Yxy26.19870.32510.2598
Hunter Lab51.184724.7377-12.6563
CIE-Lab58.225230.6975-17.4488

#b379ab color RGB value is (179,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111001 10101011
Octal 263 171 253
Decimal 179 121 171
Hex B3 79 AB

RGB Percentages of Color #b379ab

%38.00
%25.69
%36.31

CMYK Percentages of Color #b379ab

%0
%32
%4
%30

Triadic Colors of #b379ab

#b379ab #abb379 #79abb3

Analogous Colors of #b379ab

#b379ab #b3798e #9e79b3

Monochromatic Colors of #b379ab

#b379ab

Complementary Color

#b379ab #79b381

#b379ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b379ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b379ab Color CSS Codes

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

#b379ab Text Font Color

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

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


#b379ab Background Color

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

This div background color is #b379ab


#b379ab Border Color

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

This div border color is #b379ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b379ab


Comments

No comments written yet.

Please login to write comment.