Color Hex Logo

#bb8cae Color Hex

#BB8CAE
(187,140,174)
0 Favorites   0 Comments

Color spaces of #bb8cae

RGB 187140174
HSL0.880.260.64
HSV317°25°73°
CMYK 0.000.250.07   0.27
XYZ37.511632.377044.3167
Yxy32.37700.32850.2835
Hunter Lab56.900818.0990-6.3470
CIE-Lab63.653323.4246-10.8842

#bb8cae color RGB value is (187,140,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001100 10101110
Octal 273 214 256
Decimal 187 140 174
Hex BB 8C AE

RGB Percentages of Color #bb8cae

%37.33
%27.94
%34.73

CMYK Percentages of Color #bb8cae

%0
%25
%7
%27

Triadic Colors of #bb8cae

#bb8cae #aebb8c #8caebb

Analogous Colors of #bb8cae

#bb8cae #bb8c97 #b18cbb

Monochromatic Colors of #bb8cae

#bb8cae

Complementary Color

#bb8cae #8cbb99

#bb8cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8cae Color CSS Codes

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

#bb8cae Text Font Color

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

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


#bb8cae Background Color

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

This div background color is #bb8cae


#bb8cae Border Color

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

This div border color is #bb8cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8cae


Comments

No comments written yet.

Please login to write comment.