Color Hex Logo

#bb8fab Color Hex

#BB8FAB
(187,143,171)
0 Favorites   0 Comments

Color spaces of #bb8fab

RGB 187143171
HSL0.890.240.65
HSV322°24°73°
CMYK 0.000.240.09   0.27
XYZ37.666733.150042.9414
Yxy33.15000.33110.2914
Hunter Lab57.576016.0181-3.9165
CIE-Lab64.282221.2184-8.2504

#bb8fab color RGB value is (187,143,171).

#bb8fab hex color red value is 187, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb8fab hue: 0.89 , saturation: 0.24 and the lightness value of bb8fab is 0.65.

The process color (four color CMYK) of #bb8fab color hex is 0.00, 0.24, 0.09, 0.27. Web safe color of #bb8fab is #cc9999. Color #bb8fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 10101011
Octal 273 217 253
Decimal 187 143 171
Hex BB 8F AB

RGB Percentages of Color #bb8fab

%37.33
%28.54
%34.13

CMYK Percentages of Color #bb8fab

%0
%24
%9
%27

Triadic Colors of #bb8fab

#bb8fab #abbb8f #8fabbb

Analogous Colors of #bb8fab

#bb8fab #bb8f95 #b58fbb

Monochromatic Colors of #bb8fab

#bb8fab

Complementary Color

#bb8fab #8fbb9f

#bb8fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8fab Color CSS Codes

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

#bb8fab Text Font Color

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

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


#bb8fab Background Color

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

This div background color is #bb8fab


#bb8fab Border Color

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

This div border color is #bb8fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8fab


Comments

No comments written yet.

Please login to write comment.