Color Hex Logo

#bb789a Color Hex

#BB789A
(187,120,154)
0 Favorites   0 Comments

Color spaces of #bb789a

RGB 187120154
HSL0.920.330.60
HSV330°36°73°
CMYK 0.000.360.18   0.27
XYZ33.042726.330833.9127
Yxy26.33080.35420.2823
Hunter Lab51.313525.1441-3.2648
CIE-Lab58.349731.1002-7.3810

#bb789a color RGB value is (187,120,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 10011010
Octal 273 170 232
Decimal 187 120 154
Hex BB 78 9A

RGB Percentages of Color #bb789a

%40.56
%26.03
%33.41

CMYK Percentages of Color #bb789a

%0
%36
%18
%27

Triadic Colors of #bb789a

#bb789a #9abb78 #789abb

Analogous Colors of #bb789a

#bb789a #bb7879 #bb78bb

Monochromatic Colors of #bb789a

#bb789a

Complementary Color

#bb789a #78bb99

#bb789a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb789a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb789a Color CSS Codes

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

#bb789a Text Font Color

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

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


#bb789a Background Color

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

This div background color is #bb789a


#bb789a Border Color

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

This div border color is #bb789a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb789a


Comments

No comments written yet.

Please login to write comment.