Color Hex Logo

#b389ac Color Hex

#B389AC
(179,137,172)
0 Favorites   0 Comments

Color spaces of #b389ac

RGB 179137172
HSL0.860.220.62
HSV310°23°70°
CMYK 0.000.230.04   0.30
XYZ34.982530.453643.0641
Yxy30.45360.32240.2807
Hunter Lab55.184816.5806-7.6383
CIE-Lab62.043621.9275-12.2496

#b389ac color RGB value is (179,137,172).

#b389ac hex color red value is 179, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b389ac hue: 0.86 , saturation: 0.22 and the lightness value of b389ac is 0.62.

The process color (four color CMYK) of #b389ac color hex is 0.00, 0.23, 0.04, 0.30. Web safe color of #b389ac is #cc9999. Color #b389ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 10101100
Octal 263 211 254
Decimal 179 137 172
Hex B3 89 AC

RGB Percentages of Color #b389ac

%36.68
%28.07
%35.25

CMYK Percentages of Color #b389ac

%0
%23
%4
%30

Triadic Colors of #b389ac

#b389ac #acb389 #89acb3

Analogous Colors of #b389ac

#b389ac #b38997 #a589b3

Monochromatic Colors of #b389ac

#b389ac

Complementary Color

#b389ac #89b390

#b389ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b389ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b389ac Color CSS Codes

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

#b389ac Text Font Color

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

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


#b389ac Background Color

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

This div background color is #b389ac


#b389ac Border Color

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

This div border color is #b389ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b389ac


Comments

No comments written yet.

Please login to write comment.