Color Hex Logo

#bb8eab Color Hex

#BB8EAB
(187,142,171)
0 Favorites   0 Comments

Color spaces of #bb8eab

RGB 187142171
HSL0.890.250.65
HSV321°24°73°
CMYK 0.000.240.09   0.27
XYZ37.517232.851142.8916
Yxy32.85110.33120.2901
Hunter Lab57.315916.5378-4.2478
CIE-Lab64.040221.7751-8.6110

#bb8eab color RGB value is (187,142,171).

#bb8eab hex color red value is 187, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb8eab hue: 0.89 , saturation: 0.25 and the lightness value of bb8eab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 10101011
Octal 273 216 253
Decimal 187 142 171
Hex BB 8E AB

RGB Percentages of Color #bb8eab

%37.40
%28.40
%34.20

CMYK Percentages of Color #bb8eab

%0
%24
%9
%27

Triadic Colors of #bb8eab

#bb8eab #abbb8e #8eabbb

Analogous Colors of #bb8eab

#bb8eab #bb8e95 #b58ebb

Monochromatic Colors of #bb8eab

#bb8eab

Complementary Color

#bb8eab #8ebb9e

#bb8eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8eab Color CSS Codes

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

#bb8eab Text Font Color

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

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


#bb8eab Background Color

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

This div background color is #bb8eab


#bb8eab Border Color

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

This div border color is #bb8eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8eab


Comments

No comments written yet.

Please login to write comment.