Color Hex Logo

#bb859d Color Hex

#BB859D
(187,133,157)
0 Favorites   0 Comments

Color spaces of #bb859d

RGB 187133157
HSL0.930.280.63
HSV333°29°73°
CMYK 0.000.290.16   0.27
XYZ34.966829.774235.8023
Yxy29.77420.34780.2961
Hunter Lab54.565718.8963-0.7060
CIE-Lab61.458924.3944-4.4929

#bb859d color RGB value is (187,133,157).

#bb859d hex color red value is 187, green value is 133 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bb859d hue: 0.93 , saturation: 0.28 and the lightness value of bb859d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 10011101
Octal 273 205 235
Decimal 187 133 157
Hex BB 85 9D

RGB Percentages of Color #bb859d

%39.20
%27.88
%32.91

CMYK Percentages of Color #bb859d

%0
%29
%16
%27

Triadic Colors of #bb859d

#bb859d #9dbb85 #859dbb

Analogous Colors of #bb859d

#bb859d #bb8885 #bb85b8

Monochromatic Colors of #bb859d

#bb859d

Complementary Color

#bb859d #85bba3

#bb859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb859d Color CSS Codes

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

#bb859d Text Font Color

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

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


#bb859d Background Color

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

This div background color is #bb859d


#bb859d Border Color

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

This div border color is #bb859d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb859d


Comments

No comments written yet.

Please login to write comment.