Color Hex Logo

#b79bcb Color Hex

#B79BCB
(183,155,203)
0 Favorites   0 Comments

Color spaces of #b79bcb

RGB 183155203
HSL0.760.320.70
HSV275°24°80°
CMYK 0.100.240.00   0.20
XYZ42.029337.821861.5851
Yxy37.82180.29720.2674
Hunter Lab61.499414.3646-16.3230
CIE-Lab67.889119.3357-20.7635

#b79bcb color RGB value is (183,155,203).

#b79bcb hex color red value is 183, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b79bcb hue: 0.76 , saturation: 0.32 and the lightness value of b79bcb is 0.70.

The process color (four color CMYK) of #b79bcb color hex is 0.10, 0.24, 0.00, 0.20. Web safe color of #b79bcb is #cc99cc. Color #b79bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011011 11001011
Octal 267 233 313
Decimal 183 155 203
Hex B7 9B CB

RGB Percentages of Color #b79bcb

%33.83
%28.65
%37.52

CMYK Percentages of Color #b79bcb

%10
%24
%0
%20

Triadic Colors of #b79bcb

#b79bcb #cbb79b #9bcbb7

Analogous Colors of #b79bcb

#b79bcb #cb9bc7 #9f9bcb

Monochromatic Colors of #b79bcb

#b79bcb

Complementary Color

#b79bcb #afcb9b

#b79bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79bcb Color CSS Codes

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

#b79bcb Text Font Color

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

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


#b79bcb Background Color

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

This div background color is #b79bcb


#b79bcb Border Color

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

This div border color is #b79bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79bcb


Comments

No comments written yet.

Please login to write comment.