Color Hex Logo

#bb97ce Color Hex

#BB97CE
(187,151,206)
0 Favorites   0 Comments

Color spaces of #bb97ce

RGB 187151206
HSL0.780.360.70
HSV279°27°81°
CMYK 0.090.270.00   0.19
XYZ42.700737.154263.3134
Yxy37.15420.29830.2595
Hunter Lab60.954218.3759-18.9168
CIE-Lab67.392623.4936-23.1526

#bb97ce color RGB value is (187,151,206).

#bb97ce hex color red value is 187, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb97ce hue: 0.78 , saturation: 0.36 and the lightness value of bb97ce is 0.70.

The process color (four color CMYK) of #bb97ce color hex is 0.09, 0.27, 0.00, 0.19. Web safe color of #bb97ce is #cc99cc. Color #bb97ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010111 11001110
Octal 273 227 316
Decimal 187 151 206
Hex BB 97 CE

RGB Percentages of Color #bb97ce

%34.38
%27.76
%37.87

CMYK Percentages of Color #bb97ce

%9
%27
%0
%19

Triadic Colors of #bb97ce

#bb97ce #cebb97 #97cebb

Analogous Colors of #bb97ce

#bb97ce #ce97c6 #a097ce

Monochromatic Colors of #bb97ce

#bb97ce

Complementary Color

#bb97ce #aace97

#bb97ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb97ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb97ce Color CSS Codes

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

#bb97ce Text Font Color

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

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


#bb97ce Background Color

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

This div background color is #bb97ce


#bb97ce Border Color

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

This div border color is #bb97ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb97ce


Comments

No comments written yet.

Please login to write comment.