Color Hex Logo

#b779bb Color Hex

#B779BB
(183,121,187)
0 Favorites   0 Comments

Color spaces of #b779bb

RGB 183121187
HSL0.820.330.60
HSV296°35°73°
CMYK 0.020.350.00   0.27
XYZ35.335527.329950.4265
Yxy27.32990.31240.2417
Hunter Lab52.278029.1644-20.5955
CIE-Lab59.278535.0477-24.9473

#b779bb color RGB value is (183,121,187).

#b779bb hex color red value is 183, green value is 121 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b779bb hue: 0.82 , saturation: 0.33 and the lightness value of b779bb is 0.60.

The process color (four color CMYK) of #b779bb color hex is 0.02, 0.35, 0.00, 0.27. Web safe color of #b779bb is #cc66cc. Color #b779bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111001 10111011
Octal 267 171 273
Decimal 183 121 187
Hex B7 79 BB

RGB Percentages of Color #b779bb

%37.27
%24.64
%38.09

CMYK Percentages of Color #b779bb

%2
%35
%0
%27

Triadic Colors of #b779bb

#b779bb #bbb779 #79bbb7

Analogous Colors of #b779bb

#b779bb #bb799e #9679bb

Monochromatic Colors of #b779bb

#b779bb

Complementary Color

#b779bb #7dbb79

#b779bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b779bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b779bb Color CSS Codes

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

#b779bb Text Font Color

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

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


#b779bb Background Color

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

This div background color is #b779bb


#b779bb Border Color

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

This div border color is #b779bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,121,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 #b779bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b779bb


Comments

No comments written yet.

Please login to write comment.