Color Hex Logo

#b19da4 Color Hex

#B19DA4
(177,157,164)
0 Favorites   0 Comments

Color spaces of #b19da4

RGB 177157164
HSL0.940.110.65
HSV339°11°69°
CMYK 0.000.110.07   0.31
XYZ36.889336.141440.1537
Yxy36.14140.32590.3193
Hunter Lab60.11774.32482.4816
CIE-Lab66.62788.5637-0.9611

#b19da4 color RGB value is (177,157,164).

#b19da4 hex color red value is 177, green value is 157 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #b19da4 hue: 0.94 , saturation: 0.11 and the lightness value of b19da4 is 0.65.

The process color (four color CMYK) of #b19da4 color hex is 0.00, 0.11, 0.07, 0.31. Web safe color of #b19da4 is #999999. Color #b19da4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 10100100
Octal 261 235 244
Decimal 177 157 164
Hex B1 9D A4

RGB Percentages of Color #b19da4

%35.54
%31.53
%32.93

CMYK Percentages of Color #b19da4

%0
%11
%7
%31

Triadic Colors of #b19da4

#b19da4 #a4b19d #9da4b1

Analogous Colors of #b19da4

#b19da4 #b1a09d #b19dae

Monochromatic Colors of #b19da4

#b19da4

Complementary Color

#b19da4 #9db1aa

#b19da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19da4 Color CSS Codes

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

#b19da4 Text Font Color

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

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


#b19da4 Background Color

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

This div background color is #b19da4


#b19da4 Border Color

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

This div border color is #b19da4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19da4


Comments

No comments written yet.

Please login to write comment.