Color Hex Logo

#bb8faf Color Hex

#BB8FAF
(187,143,175)
0 Favorites   0 Comments

Color spaces of #bb8faf

RGB 187143175
HSL0.880.240.65
HSV316°24°73°
CMYK 0.000.240.06   0.27
XYZ38.053833.304944.9803
Yxy33.30490.32710.2863
Hunter Lab57.710416.7084-5.8142
CIE-Lab64.407021.9341-10.3207

#bb8faf color RGB value is (187,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 10101111
Octal 273 217 257
Decimal 187 143 175
Hex BB 8F AF

RGB Percentages of Color #bb8faf

%37.03
%28.32
%34.65

CMYK Percentages of Color #bb8faf

%0
%24
%6
%27

Triadic Colors of #bb8faf

#bb8faf #afbb8f #8fafbb

Analogous Colors of #bb8faf

#bb8faf #bb8f99 #b18fbb

Monochromatic Colors of #bb8faf

#bb8faf

Complementary Color

#bb8faf #8fbb9b

#bb8faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8faf Color CSS Codes

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

#bb8faf Text Font Color

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

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


#bb8faf Background Color

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

This div background color is #bb8faf


#bb8faf Border Color

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

This div border color is #bb8faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8faf


Comments

No comments written yet.

Please login to write comment.