Color Hex Logo

#bb809d Color Hex

#BB809D
(187,128,157)
0 Favorites   0 Comments

Color spaces of #bb809d

RGB 187128157
HSL0.920.300.62
HSV331°32°73°
CMYK 0.000.320.16   0.27
XYZ34.298528.437535.5795
Yxy28.43750.34890.2892
Hunter Lab53.326821.4849-2.2293
CIE-Lab60.282027.1703-6.2352

#bb809d color RGB value is (187,128,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 10011101
Octal 273 200 235
Decimal 187 128 157
Hex BB 80 9D

RGB Percentages of Color #bb809d

%39.62
%27.12
%33.26

CMYK Percentages of Color #bb809d

%0
%32
%16
%27

Triadic Colors of #bb809d

#bb809d #9dbb80 #809dbb

Analogous Colors of #bb809d

#bb809d #bb8180 #bb80bb

Monochromatic Colors of #bb809d

#bb809d

Complementary Color

#bb809d #80bb9e

#bb809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb809d Color CSS Codes

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

#bb809d Text Font Color

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

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


#bb809d Background Color

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

This div background color is #bb809d


#bb809d Border Color

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

This div border color is #bb809d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb809d


Comments

No comments written yet.

Please login to write comment.