Color Hex Logo

#b79faa Color Hex

#B79FAA
(183,159,170)
1 Favorites   0 Comments

Color spaces of #b79faa

RGB 183159170
HSL0.920.140.67
HSV333°13°72°
CMYK 0.000.130.07   0.28
XYZ39.182337.765843.2546
Yxy37.76580.32600.3142
Hunter Lab61.45396.26531.2862
CIE-Lab67.847610.7113-2.4588

#b79faa color RGB value is (183,159,170).

#b79faa hex color red value is 183, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b79faa hue: 0.92 , saturation: 0.14 and the lightness value of b79faa is 0.67.

The process color (four color CMYK) of #b79faa color hex is 0.00, 0.13, 0.07, 0.28. Web safe color of #b79faa is #cc9999. Color #b79faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011111 10101010
Octal 267 237 252
Decimal 183 159 170
Hex B7 9F AA

RGB Percentages of Color #b79faa

%35.74
%31.05
%33.20

CMYK Percentages of Color #b79faa

%0
%13
%7
%28

Triadic Colors of #b79faa

#b79faa #aab79f #9faab7

Analogous Colors of #b79faa

#b79faa #b7a09f #b79fb6

Monochromatic Colors of #b79faa

#b79faa

Complementary Color

#b79faa #9fb7ac

#b79faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79faa Color CSS Codes

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

#b79faa Text Font Color

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

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


#b79faa Background Color

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

This div background color is #b79faa


#b79faa Border Color

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

This div border color is #b79faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79faa


Comments

No comments written yet.

Please login to write comment.