Color Hex Logo

#bb85ab Color Hex

#BB85AB
(187,133,171)
1 Favorites   0 Comments

Color spaces of #bb85ab

RGB 187133171
HSL0.880.280.63
HSV318°29°73°
CMYK 0.000.290.09   0.27
XYZ36.231730.280142.4631
Yxy30.28010.33250.2779
Hunter Lab55.027421.2320-7.2333
CIE-Lab61.895226.7830-11.8194

#bb85ab color RGB value is (187,133,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 10101011
Octal 273 205 253
Decimal 187 133 171
Hex BB 85 AB

RGB Percentages of Color #bb85ab

%38.09
%27.09
%34.83

CMYK Percentages of Color #bb85ab

%0
%29
%9
%27

Triadic Colors of #bb85ab

#bb85ab #abbb85 #85abbb

Analogous Colors of #bb85ab

#bb85ab #bb8590 #b085bb

Monochromatic Colors of #bb85ab

#bb85ab

Complementary Color

#bb85ab #85bb95

#bb85ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb85ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb85ab Color CSS Codes

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

#bb85ab Text Font Color

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

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


#bb85ab Background Color

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

This div background color is #bb85ab


#bb85ab Border Color

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

This div border color is #bb85ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb85ab


Comments

No comments written yet.

Please login to write comment.