Color Hex Logo

#bb8bae Color Hex

#BB8BAE
(187,139,174)
0 Favorites   0 Comments

Color spaces of #bb8bae

RGB 187139174
HSL0.880.260.64
HSV316°26°73°
CMYK 0.000.260.07   0.27
XYZ37.366132.086044.2682
Yxy32.08600.32860.2821
Hunter Lab56.644518.6214-6.6845
CIE-Lab63.413923.9815-11.2428

#bb8bae color RGB value is (187,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001011 10101110
Octal 273 213 256
Decimal 187 139 174
Hex BB 8B AE

RGB Percentages of Color #bb8bae

%37.40
%27.80
%34.80

CMYK Percentages of Color #bb8bae

%0
%26
%7
%27

Triadic Colors of #bb8bae

#bb8bae #aebb8b #8baebb

Analogous Colors of #bb8bae

#bb8bae #bb8b96 #b08bbb

Monochromatic Colors of #bb8bae

#bb8bae

Complementary Color

#bb8bae #8bbb98

#bb8bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8bae Color CSS Codes

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

#bb8bae Text Font Color

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

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


#bb8bae Background Color

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

This div background color is #bb8bae


#bb8bae Border Color

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

This div border color is #bb8bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8bae


Comments

No comments written yet.

Please login to write comment.