Color Hex Logo

#b79dbb Color Hex

#B79DBB
(183,157,187)
0 Favorites   0 Comments

Color spaces of #b79dbb

RGB 183157187
HSL0.810.180.67
HSV292°16°73°
CMYK 0.020.160.00   0.27
XYZ40.555137.769152.1664
Yxy37.76910.31080.2894
Hunter Lab61.456610.2429-7.3077
CIE-Lab67.850114.9969-11.9282

#b79dbb color RGB value is (183,157,187).

#b79dbb hex color red value is 183, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b79dbb hue: 0.81 , saturation: 0.18 and the lightness value of b79dbb is 0.67.

The process color (four color CMYK) of #b79dbb color hex is 0.02, 0.16, 0.00, 0.27. Web safe color of #b79dbb is #cc99cc. Color #b79dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011101 10111011
Octal 267 235 273
Decimal 183 157 187
Hex B7 9D BB

RGB Percentages of Color #b79dbb

%34.72
%29.79
%35.48

CMYK Percentages of Color #b79dbb

%2
%16
%0
%27

Triadic Colors of #b79dbb

#b79dbb #bbb79d #9dbbb7

Analogous Colors of #b79dbb

#b79dbb #bb9db0 #a89dbb

Monochromatic Colors of #b79dbb

#b79dbb

Complementary Color

#b79dbb #a1bb9d

#b79dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79dbb Color CSS Codes

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

#b79dbb Text Font Color

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

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


#b79dbb Background Color

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

This div background color is #b79dbb


#b79dbb Border Color

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

This div border color is #b79dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79dbb


Comments

No comments written yet.

Please login to write comment.