Color Hex Logo

#bb8fae Color Hex

#BB8FAE
(187,143,174)
0 Favorites   0 Comments

Color spaces of #bb8fae

RGB 187143174
HSL0.880.240.65
HSV318°24°73°
CMYK 0.000.240.07   0.27
XYZ37.956033.265744.4648
Yxy33.26570.32810.2876
Hunter Lab57.676416.5345-5.3353
CIE-Lab64.375521.7542-9.8039

#bb8fae color RGB value is (187,143,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 10101110
Octal 273 217 256
Decimal 187 143 174
Hex BB 8F AE

RGB Percentages of Color #bb8fae

%37.10
%28.37
%34.52

CMYK Percentages of Color #bb8fae

%0
%24
%7
%27

Triadic Colors of #bb8fae

#bb8fae #aebb8f #8faebb

Analogous Colors of #bb8fae

#bb8fae #bb8f98 #b28fbb

Monochromatic Colors of #bb8fae

#bb8fae

Complementary Color

#bb8fae #8fbb9c

#bb8fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8fae Color CSS Codes

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

#bb8fae Text Font Color

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

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


#bb8fae Background Color

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

This div background color is #bb8fae


#bb8fae Border Color

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

This div border color is #bb8fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8fae


Comments

No comments written yet.

Please login to write comment.