Color Hex Logo

#bb779a Color Hex

#BB779A
(187,119,154)
0 Favorites   0 Comments

Color spaces of #bb779a

RGB 187119154
HSL0.910.330.60
HSV329°36°73°
CMYK 0.000.360.18   0.27
XYZ32.923126.091533.8728
Yxy26.09150.35440.2809
Hunter Lab51.079825.6610-3.5614
CIE-Lab58.123831.6493-7.7173

#bb779a color RGB value is (187,119,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 10011010
Octal 273 167 232
Decimal 187 119 154
Hex BB 77 9A

RGB Percentages of Color #bb779a

%40.65
%25.87
%33.48

CMYK Percentages of Color #bb779a

%0
%36
%18
%27

Triadic Colors of #bb779a

#bb779a #9abb77 #779abb

Analogous Colors of #bb779a

#bb779a #bb7778 #ba77bb

Monochromatic Colors of #bb779a

#bb779a

Complementary Color

#bb779a #77bb98

#bb779a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb779a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb779a Color CSS Codes

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

#bb779a Text Font Color

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

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


#bb779a Background Color

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

This div background color is #bb779a


#bb779a Border Color

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

This div border color is #bb779a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb779a


Comments

No comments written yet.

Please login to write comment.