Color Hex Logo

#b1829f Color Hex

#B1829F
(177,130,159)
0 Favorites   0 Comments

Color spaces of #b1829f

RGB 177130159
HSL0.900.230.60
HSV323°27°69°
CMYK 0.000.270.10   0.31
XYZ32.372127.815636.4636
Yxy27.81560.33490.2878
Hunter Lab52.740517.2674-4.0734
CIE-Lab59.721822.7915-8.3327

#b1829f color RGB value is (177,130,159).

#b1829f hex color red value is 177, green value is 130 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b1829f hue: 0.90 , saturation: 0.23 and the lightness value of b1829f is 0.60.

The process color (four color CMYK) of #b1829f color hex is 0.00, 0.27, 0.10, 0.31. Web safe color of #b1829f is #999999. Color #b1829f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000010 10011111
Octal 261 202 237
Decimal 177 130 159
Hex B1 82 9F

RGB Percentages of Color #b1829f

%37.98
%27.90
%34.12

CMYK Percentages of Color #b1829f

%0
%27
%10
%31

Triadic Colors of #b1829f

#b1829f #9fb182 #829fb1

Analogous Colors of #b1829f

#b1829f #b18288 #ac82b1

Monochromatic Colors of #b1829f

#b1829f

Complementary Color

#b1829f #82b194

#b1829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1829f Color CSS Codes

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

#b1829f Text Font Color

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

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


#b1829f Background Color

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

This div background color is #b1829f


#b1829f Border Color

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

This div border color is #b1829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1829f


Comments

No comments written yet.

Please login to write comment.