Color Hex Logo

#bb88ab Color Hex

#BB88AB
(187,136,171)
0 Favorites   0 Comments

Color spaces of #bb88ab

RGB 187136171
HSL0.890.270.63
HSV319°27°73°
CMYK 0.000.270.09   0.27
XYZ36.648431.113442.6020
Yxy31.11340.33210.2819
Hunter Lab55.779419.6649-6.2377
CIE-Lab62.603225.1154-10.7577

#bb88ab color RGB value is (187,136,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 10101011
Octal 273 210 253
Decimal 187 136 171
Hex BB 88 AB

RGB Percentages of Color #bb88ab

%37.85
%27.53
%34.62

CMYK Percentages of Color #bb88ab

%0
%27
%9
%27

Triadic Colors of #bb88ab

#bb88ab #abbb88 #88abbb

Analogous Colors of #bb88ab

#bb88ab #bb8892 #b288bb

Monochromatic Colors of #bb88ab

#bb88ab

Complementary Color

#bb88ab #88bb98

#bb88ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb88ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb88ab Color CSS Codes

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

#bb88ab Text Font Color

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

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


#bb88ab Background Color

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

This div background color is #bb88ab


#bb88ab Border Color

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

This div border color is #bb88ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb88ab


Comments

No comments written yet.

Please login to write comment.