Color Hex Logo

#b1949b Color Hex

#B1949B
(177,148,155)
0 Favorites   0 Comments

Color spaces of #b1949b

RGB 177148155
HSL0.960.160.64
HSV346°16°69°
CMYK 0.000.160.12   0.31
XYZ34.637832.893535.5338
Yxy32.89350.33610.3192
Hunter Lab57.35297.43623.4130
CIE-Lab64.074611.99270.3628

#b1949b color RGB value is (177,148,155).

#b1949b hex color red value is 177, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #b1949b hue: 0.96 , saturation: 0.16 and the lightness value of b1949b is 0.64.

The process color (four color CMYK) of #b1949b color hex is 0.00, 0.16, 0.12, 0.31. Web safe color of #b1949b is #999999. Color #b1949b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010100 10011011
Octal 261 224 233
Decimal 177 148 155
Hex B1 94 9B

RGB Percentages of Color #b1949b

%36.88
%30.83
%32.29

CMYK Percentages of Color #b1949b

%0
%16
%12
%31

Triadic Colors of #b1949b

#b1949b #9bb194 #949bb1

Analogous Colors of #b1949b

#b1949b #b19c94 #b194aa

Monochromatic Colors of #b1949b

#b1949b

Complementary Color

#b1949b #94b1aa

#b1949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1949b Color CSS Codes

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

#b1949b Text Font Color

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

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


#b1949b Background Color

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

This div background color is #b1949b


#b1949b Border Color

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

This div border color is #b1949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1949b


Comments

No comments written yet.

Please login to write comment.