Color Hex Logo

#b79bbe Color Hex

#B79BBE
(183,155,190)
0 Favorites   0 Comments

Color spaces of #b79bbe

RGB 183155190
HSL0.800.210.68
HSV288°18°75°
CMYK 0.040.180.00   0.25
XYZ40.544037.227753.7640
Yxy37.22770.30820.2830
Hunter Lab61.014511.8375-9.5343
CIE-Lab67.447516.6978-14.2039

#b79bbe color RGB value is (183,155,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011011 10111110
Octal 267 233 276
Decimal 183 155 190
Hex B7 9B BE

RGB Percentages of Color #b79bbe

%34.66
%29.36
%35.98

CMYK Percentages of Color #b79bbe

%4
%18
%0
%25

Triadic Colors of #b79bbe

#b79bbe #beb79b #9bbeb7

Analogous Colors of #b79bbe

#b79bbe #be9bb4 #a69bbe

Monochromatic Colors of #b79bbe

#b79bbe

Complementary Color

#b79bbe #a2be9b

#b79bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79bbe Color CSS Codes

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

#b79bbe Text Font Color

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

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


#b79bbe Background Color

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

This div background color is #b79bbe


#b79bbe Border Color

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

This div border color is #b79bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79bbe


Comments

No comments written yet.

Please login to write comment.