Color Hex Logo

#bb869a Color Hex

#BB869A
(187,134,154)
0 Favorites   0 Comments

Color spaces of #bb869a

RGB 187134154
HSL0.940.280.63
HSV337°28°73°
CMYK 0.000.280.18   0.27
XYZ34.851329.948134.5155
Yxy29.94810.35090.3015
Hunter Lab54.724917.90850.9126
CIE-Lab61.609423.3507-2.5594

#bb869a color RGB value is (187,134,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 10011010
Octal 273 206 232
Decimal 187 134 154
Hex BB 86 9A

RGB Percentages of Color #bb869a

%39.37
%28.21
%32.42

CMYK Percentages of Color #bb869a

%0
%28
%18
%27

Triadic Colors of #bb869a

#bb869a #9abb86 #869abb

Analogous Colors of #bb869a

#bb869a #bb8d86 #bb86b5

Monochromatic Colors of #bb869a

#bb869a

Complementary Color

#bb869a #86bba7

#bb869a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb869a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb869a Color CSS Codes

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

#bb869a Text Font Color

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

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


#bb869a Background Color

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

This div background color is #bb869a


#bb869a Border Color

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

This div border color is #bb869a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb869a


Comments

No comments written yet.

Please login to write comment.