Color Hex Logo

#b79dbf Color Hex

#B79DBF
(183,157,191)
0 Favorites   0 Comments

Color spaces of #b79dbf

RGB 183157191
HSL0.790.210.68
HSV286°18°75°
CMYK 0.040.180.00   0.25
XYZ40.989437.942854.4535
Yxy37.94280.30730.2845
Hunter Lab61.597710.9845-9.2950
CIE-Lab67.978415.7826-13.9614

#b79dbf color RGB value is (183,157,191).

#b79dbf hex color red value is 183, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b79dbf hue: 0.79 , saturation: 0.21 and the lightness value of b79dbf is 0.68.

The process color (four color CMYK) of #b79dbf color hex is 0.04, 0.18, 0.00, 0.25. Web safe color of #b79dbf is #cc99cc. Color #b79dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011101 10111111
Octal 267 235 277
Decimal 183 157 191
Hex B7 9D BF

RGB Percentages of Color #b79dbf

%34.46
%29.57
%35.97

CMYK Percentages of Color #b79dbf

%4
%18
%0
%25

Triadic Colors of #b79dbf

#b79dbf #bfb79d #9dbfb7

Analogous Colors of #b79dbf

#b79dbf #bf9db6 #a69dbf

Monochromatic Colors of #b79dbf

#b79dbf

Complementary Color

#b79dbf #a5bf9d

#b79dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79dbf Color CSS Codes

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

#b79dbf Text Font Color

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

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


#b79dbf Background Color

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

This div background color is #b79dbf


#b79dbf Border Color

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

This div border color is #b79dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79dbf


Comments

No comments written yet.

Please login to write comment.