Color Hex Logo

#bb779c Color Hex

#BB779C
(187,119,156)
0 Favorites   0 Comments

Color spaces of #bb779c

RGB 187119156
HSL0.910.330.60
HSV327°36°73°
CMYK 0.000.360.17   0.27
XYZ33.091126.158734.7575
Yxy26.15870.35200.2783
Hunter Lab51.145625.9844-4.4904
CIE-Lab58.187431.9715-8.7774

#bb779c color RGB value is (187,119,156).

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

The process color (four color CMYK) of #bb779c color hex is 0.00, 0.36, 0.17, 0.27. Web safe color of #bb779c is #cc6699. Color #bb779c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 10011100
Octal 273 167 234
Decimal 187 119 156
Hex BB 77 9C

RGB Percentages of Color #bb779c

%40.48
%25.76
%33.77

CMYK Percentages of Color #bb779c

%0
%36
%17
%27

Triadic Colors of #bb779c

#bb779c #9cbb77 #779cbb

Analogous Colors of #bb779c

#bb779c #bb777a #b877bb

Monochromatic Colors of #bb779c

#bb779c

Complementary Color

#bb779c #77bb96

#bb779c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb779c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb779c Color CSS Codes

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

#bb779c Text Font Color

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

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


#bb779c Background Color

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

This div background color is #bb779c


#bb779c Border Color

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

This div border color is #bb779c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,119,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb779c


Comments

No comments written yet.

Please login to write comment.