Color Hex Logo

#bb819d Color Hex

#BB819D
(187,129,157)
0 Favorites   0 Comments

Color spaces of #bb819d

RGB 187129157
HSL0.920.300.62
HSV331°31°73°
CMYK 0.000.310.16   0.27
XYZ34.429628.699635.6232
Yxy28.69960.34860.2906
Hunter Lab53.572020.9672-1.9250
CIE-Lab60.515626.6162-5.8888

#bb819d color RGB value is (187,129,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 10011101
Octal 273 201 235
Decimal 187 129 157
Hex BB 81 9D

RGB Percentages of Color #bb819d

%39.53
%27.27
%33.19

CMYK Percentages of Color #bb819d

%0
%31
%16
%27

Triadic Colors of #bb819d

#bb819d #9dbb81 #819dbb

Analogous Colors of #bb819d

#bb819d #bb8281 #bb81ba

Monochromatic Colors of #bb819d

#bb819d

Complementary Color

#bb819d #81bb9f

#bb819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb819d Color CSS Codes

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

#bb819d Text Font Color

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

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


#bb819d Background Color

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

This div background color is #bb819d


#bb819d Border Color

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

This div border color is #bb819d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb819d


Comments

No comments written yet.

Please login to write comment.