Color Hex Logo

#b179ba Color Hex

#B179BA
(177,121,186)
0 Favorites   0 Comments

Color spaces of #b179ba

RGB 177121186
HSL0.810.320.60
HSV292°35°73°
CMYK 0.050.350.00   0.27
XYZ33.831826.567049.7992
Yxy26.56700.30700.2411
Hunter Lab51.543226.9629-21.2037
CIE-Lab58.571432.9215-25.5221

#b179ba color RGB value is (177,121,186).

#b179ba hex color red value is 177, green value is 121 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b179ba hue: 0.81 , saturation: 0.32 and the lightness value of b179ba is 0.60.

The process color (four color CMYK) of #b179ba color hex is 0.05, 0.35, 0.00, 0.27. Web safe color of #b179ba is #9966cc. Color #b179ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111001 10111010
Octal 261 171 272
Decimal 177 121 186
Hex B1 79 BA

RGB Percentages of Color #b179ba

%36.57
%25.00
%38.43

CMYK Percentages of Color #b179ba

%5
%35
%0
%27

Triadic Colors of #b179ba

#b179ba #bab179 #79bab1

Analogous Colors of #b179ba

#b179ba #ba79a3 #9179ba

Monochromatic Colors of #b179ba

#b179ba

Complementary Color

#b179ba #82ba79

#b179ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b179ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b179ba Color CSS Codes

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

#b179ba Text Font Color

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

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


#b179ba Background Color

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

This div background color is #b179ba


#b179ba Border Color

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

This div border color is #b179ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b179ba


Comments

No comments written yet.

Please login to write comment.