Color Hex Logo

#bb91ba Color Hex

#BB91BA
(187,145,186)
0 Favorites   0 Comments

Color spaces of #bb91ba

RGB 187145186
HSL0.840.240.65
HSV301°22°73°
CMYK 0.000.220.01   0.27
XYZ39.481834.360851.0057
Yxy34.36080.31620.2752
Hunter Lab58.618117.6458-10.5577
CIE-Lab65.247922.8626-15.2453

#bb91ba color RGB value is (187,145,186).

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

The process color (four color CMYK) of #bb91ba color hex is 0.00, 0.22, 0.01, 0.27. Web safe color of #bb91ba is #cc99cc. Color #bb91ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010001 10111010
Octal 273 221 272
Decimal 187 145 186
Hex BB 91 BA

RGB Percentages of Color #bb91ba

%36.10
%27.99
%35.91

CMYK Percentages of Color #bb91ba

%0
%22
%1
%27

Triadic Colors of #bb91ba

#bb91ba #babb91 #91babb

Analogous Colors of #bb91ba

#bb91ba #bb91a5 #a791bb

Monochromatic Colors of #bb91ba

#bb91ba

Complementary Color

#bb91ba #91bb92

#bb91ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb91ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb91ba Color CSS Codes

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

#bb91ba Text Font Color

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

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


#bb91ba Background Color

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

This div background color is #bb91ba


#bb91ba Border Color

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

This div border color is #bb91ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb91ba


Comments

No comments written yet.

Please login to write comment.