Color Hex Logo

#bb809a Color Hex

#BB809A
(187,128,154)
0 Favorites   0 Comments

Color spaces of #bb809a

RGB 187128154
HSL0.930.300.62
HSV334°32°73°
CMYK 0.000.320.18   0.27
XYZ34.045428.336234.2469
Yxy28.33620.35230.2932
Hunter Lab53.231821.0076-0.8823
CIE-Lab60.191326.6834-4.6498

#bb809a color RGB value is (187,128,154).

#bb809a hex color red value is 187, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bb809a hue: 0.93 , saturation: 0.30 and the lightness value of bb809a is 0.62.

The process color (four color CMYK) of #bb809a color hex is 0.00, 0.32, 0.18, 0.27. Web safe color of #bb809a is #cc9999. Color #bb809a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 10011010
Octal 273 200 232
Decimal 187 128 154
Hex BB 80 9A

RGB Percentages of Color #bb809a

%39.87
%27.29
%32.84

CMYK Percentages of Color #bb809a

%0
%32
%18
%27

Triadic Colors of #bb809a

#bb809a #9abb80 #809abb

Analogous Colors of #bb809a

#bb809a #bb8480 #bb80b8

Monochromatic Colors of #bb809a

#bb809a

Complementary Color

#bb809a #80bba1

#bb809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb809a Color CSS Codes

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

#bb809a Text Font Color

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

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


#bb809a Background Color

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

This div background color is #bb809a


#bb809a Border Color

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

This div border color is #bb809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb809a


Comments

No comments written yet.

Please login to write comment.