Color Hex Logo

#b19dbc Color Hex

#B19DBC
(177,157,188)
0 Favorites   0 Comments

Color spaces of #b19dbc

RGB 177157188
HSL0.770.190.68
HSV279°16°74°
CMYK 0.060.160.00   0.26
XYZ39.265537.091952.6669
Yxy37.09190.30430.2875
Hunter Lab60.90318.5022-8.6397
CIE-Lab67.345913.1371-13.2964

#b19dbc color RGB value is (177,157,188).

#b19dbc hex color red value is 177, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b19dbc hue: 0.77 , saturation: 0.19 and the lightness value of b19dbc is 0.68.

The process color (four color CMYK) of #b19dbc color hex is 0.06, 0.16, 0.00, 0.26. Web safe color of #b19dbc is #9999cc. Color #b19dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 10111100
Octal 261 235 274
Decimal 177 157 188
Hex B1 9D BC

RGB Percentages of Color #b19dbc

%33.91
%30.08
%36.02

CMYK Percentages of Color #b19dbc

%6
%16
%0
%26

Triadic Colors of #b19dbc

#b19dbc #bcb19d #9dbcb1

Analogous Colors of #b19dbc

#b19dbc #bc9db8 #a29dbc

Monochromatic Colors of #b19dbc

#b19dbc

Complementary Color

#b19dbc #a8bc9d

#b19dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19dbc Color CSS Codes

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

#b19dbc Text Font Color

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

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


#b19dbc Background Color

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

This div background color is #b19dbc


#b19dbc Border Color

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

This div border color is #b19dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19dbc


Comments

No comments written yet.

Please login to write comment.