Color Hex Logo

#b779bf Color Hex

#B779BF
(183,121,191)
0 Favorites   0 Comments

Color spaces of #b779bf

RGB 183121191
HSL0.810.350.61
HSV293°37°75°
CMYK 0.040.370.00   0.25
XYZ35.769827.503652.7137
Yxy27.50360.30840.2371
Hunter Lab52.443929.9707-22.8843
CIE-Lab59.437635.8287-26.9779

#b779bf color RGB value is (183,121,191).

#b779bf hex color red value is 183, green value is 121 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b779bf hue: 0.81 , saturation: 0.35 and the lightness value of b779bf is 0.61.

The process color (four color CMYK) of #b779bf color hex is 0.04, 0.37, 0.00, 0.25. Web safe color of #b779bf is #cc66cc. Color #b779bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111001 10111111
Octal 267 171 277
Decimal 183 121 191
Hex B7 79 BF

RGB Percentages of Color #b779bf

%36.97
%24.44
%38.59

CMYK Percentages of Color #b779bf

%4
%37
%0
%25

Triadic Colors of #b779bf

#b779bf #bfb779 #79bfb7

Analogous Colors of #b779bf

#b779bf #bf79a4 #9479bf

Monochromatic Colors of #b779bf

#b779bf

Complementary Color

#b779bf #81bf79

#b779bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b779bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b779bf Color CSS Codes

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

#b779bf Text Font Color

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

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


#b779bf Background Color

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

This div background color is #b779bf


#b779bf Border Color

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

This div border color is #b779bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b779bf


Comments

No comments written yet.

Please login to write comment.