Color Hex Logo

#b19fb8 Color Hex

#B19FB8
(177,159,184)
0 Favorites   0 Comments

Color spaces of #b19fb8

RGB 177159184
HSL0.790.150.67
HSV283°14°72°
CMYK 0.040.140.00   0.28
XYZ39.181337.604150.5406
Yxy37.60410.30770.2953
Hunter Lab61.32226.7373-5.9402
CIE-Lab67.727811.2247-10.4961

#b19fb8 color RGB value is (177,159,184).

#b19fb8 hex color red value is 177, green value is 159 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #b19fb8 hue: 0.79 , saturation: 0.15 and the lightness value of b19fb8 is 0.67.

The process color (four color CMYK) of #b19fb8 color hex is 0.04, 0.14, 0.00, 0.28. Web safe color of #b19fb8 is #9999cc. Color #b19fb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011111 10111000
Octal 261 237 270
Decimal 177 159 184
Hex B1 9F B8

RGB Percentages of Color #b19fb8

%34.04
%30.58
%35.38

CMYK Percentages of Color #b19fb8

%4
%14
%0
%28

Triadic Colors of #b19fb8

#b19fb8 #b8b19f #9fb8b1

Analogous Colors of #b19fb8

#b19fb8 #b89fb3 #a59fb8

Monochromatic Colors of #b19fb8

#b19fb8

Complementary Color

#b19fb8 #a6b89f

#b19fb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19fb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19fb8 Color CSS Codes

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

#b19fb8 Text Font Color

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

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


#b19fb8 Background Color

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

This div background color is #b19fb8


#b19fb8 Border Color

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

This div border color is #b19fb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19fb8

#b19fb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.