Color Hex Logo

#b19fad Color Hex

#B19FAD
(177,159,173)
0 Favorites   0 Comments

Color spaces of #b19fad

RGB 177159173
HSL0.870.100.66
HSV313°10°69°
CMYK 0.000.100.02   0.31
XYZ38.072437.160544.7012
Yxy37.16050.31740.3098
Hunter Lab60.95944.8038-0.8054
CIE-Lab67.39739.1052-4.8564

#b19fad color RGB value is (177,159,173).

#b19fad hex color red value is 177, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b19fad hue: 0.87 , saturation: 0.10 and the lightness value of b19fad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011111 10101101
Octal 261 237 255
Decimal 177 159 173
Hex B1 9F AD

RGB Percentages of Color #b19fad

%34.77
%31.24
%33.99

CMYK Percentages of Color #b19fad

%0
%10
%2
%31

Triadic Colors of #b19fad

#b19fad #adb19f #9fadb1

Analogous Colors of #b19fad

#b19fad #b19fa4 #ac9fb1

Monochromatic Colors of #b19fad

#b19fad

Complementary Color

#b19fad #9fb1a3

#b19fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19fad Color CSS Codes

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

#b19fad Text Font Color

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

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


#b19fad Background Color

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

This div background color is #b19fad


#b19fad Border Color

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

This div border color is #b19fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19fad


Comments

No comments written yet.

Please login to write comment.