Color Hex Logo

#b19dbd Color Hex

#B19DBD
(177,157,189)
0 Favorites   0 Comments

Color spaces of #b19dbd

RGB 177157189
HSL0.770.200.68
HSV278°17°74°
CMYK 0.060.170.00   0.26
XYZ39.373737.135253.2367
Yxy37.13520.30350.2862
Hunter Lab60.93878.6898-9.1394
CIE-Lab67.378313.3391-13.8046

#b19dbd color RGB value is (177,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 10111101
Octal 261 235 275
Decimal 177 157 189
Hex B1 9D BD

RGB Percentages of Color #b19dbd

%33.84
%30.02
%36.14

CMYK Percentages of Color #b19dbd

%6
%17
%0
%26

Triadic Colors of #b19dbd

#b19dbd #bdb19d #9dbdb1

Analogous Colors of #b19dbd

#b19dbd #bd9db9 #a19dbd

Monochromatic Colors of #b19dbd

#b19dbd

Complementary Color

#b19dbd #a9bd9d

#b19dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19dbd Color CSS Codes

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

#b19dbd Text Font Color

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

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


#b19dbd Background Color

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

This div background color is #b19dbd


#b19dbd Border Color

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

This div border color is #b19dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19dbd


Comments

No comments written yet.

Please login to write comment.