Color Hex Logo

#bb8faa Color Hex

#BB8FAA
(187,143,170)
0 Favorites   0 Comments

Color spaces of #bb8faa

RGB 187143170
HSL0.900.240.65
HSV323°24°73°
CMYK 0.000.240.09   0.27
XYZ37.571733.112042.4412
Yxy33.11200.33210.2927
Hunter Lab57.543015.8481-3.4496
CIE-Lab64.251521.0417-7.7316

#bb8faa color RGB value is (187,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 10101010
Octal 273 217 252
Decimal 187 143 170
Hex BB 8F AA

RGB Percentages of Color #bb8faa

%37.40
%28.60
%34.00

CMYK Percentages of Color #bb8faa

%0
%24
%9
%27

Triadic Colors of #bb8faa

#bb8faa #aabb8f #8faabb

Analogous Colors of #bb8faa

#bb8faa #bb8f94 #b68fbb

Monochromatic Colors of #bb8faa

#bb8faa

Complementary Color

#bb8faa #8fbba0

#bb8faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8faa Color CSS Codes

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

#bb8faa Text Font Color

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

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


#bb8faa Background Color

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

This div background color is #bb8faa


#bb8faa Border Color

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

This div border color is #bb8faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8faa


Comments

No comments written yet.

Please login to write comment.