Color Hex Logo

#bb8baf Color Hex

#BB8BAF
(187,139,175)
0 Favorites   0 Comments

Color spaces of #bb8baf

RGB 187139175
HSL0.880.260.64
HSV315°26°73°
CMYK 0.000.260.06   0.27
XYZ37.464032.125244.7837
Yxy32.12520.32760.2809
Hunter Lab56.679118.7973-7.1713
CIE-Lab63.446224.1617-11.7599

#bb8baf color RGB value is (187,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001011 10101111
Octal 273 213 257
Decimal 187 139 175
Hex BB 8B AF

RGB Percentages of Color #bb8baf

%37.33
%27.74
%34.93

CMYK Percentages of Color #bb8baf

%0
%26
%6
%27

Triadic Colors of #bb8baf

#bb8baf #afbb8b #8bafbb

Analogous Colors of #bb8baf

#bb8baf #bb8b97 #af8bbb

Monochromatic Colors of #bb8baf

#bb8baf

Complementary Color

#bb8baf #8bbb97

#bb8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8baf Color CSS Codes

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

#bb8baf Text Font Color

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

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


#bb8baf Background Color

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

This div background color is #bb8baf


#bb8baf Border Color

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

This div border color is #bb8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8baf


Comments

No comments written yet.

Please login to write comment.