Color Hex Logo

#bb809f Color Hex

#BB809F
(187,128,159)
0 Favorites   0 Comments

Color spaces of #bb809f

RGB 187128159
HSL0.910.300.62
HSV328°32°73°
CMYK 0.000.320.15   0.27
XYZ34.470728.506336.4864
Yxy28.50630.34660.2866
Hunter Lab53.391321.8091-3.1435
CIE-Lab60.343427.5001-7.2899

#bb809f color RGB value is (187,128,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 10011111
Octal 273 200 237
Decimal 187 128 159
Hex BB 80 9F

RGB Percentages of Color #bb809f

%39.45
%27.00
%33.54

CMYK Percentages of Color #bb809f

%0
%32
%15
%27

Triadic Colors of #bb809f

#bb809f #9fbb80 #809fbb

Analogous Colors of #bb809f

#bb809f #bb8082 #ba80bb

Monochromatic Colors of #bb809f

#bb809f

Complementary Color

#bb809f #80bb9c

#bb809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb809f Color CSS Codes

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

#bb809f Text Font Color

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

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


#bb809f Background Color

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

This div background color is #bb809f


#bb809f Border Color

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

This div border color is #bb809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb809f


Comments

No comments written yet.

Please login to write comment.