Color Hex Logo

#bb96df Color Hex

#BB96DF
(187,150,223)
0 Favorites   0 Comments

Color spaces of #bb96df

RGB 187150223
HSL0.750.530.73
HSV270°33°87°
CMYK 0.160.330.00   0.13
XYZ44.719137.705274.7329
Yxy37.70520.28460.2399
Hunter Lab61.404622.5382-29.1762
CIE-Lab67.802827.6665-31.9322

#bb96df color RGB value is (187,150,223).

#bb96df hex color red value is 187, green value is 150 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb96df hue: 0.75 , saturation: 0.53 and the lightness value of bb96df is 0.73.

The process color (four color CMYK) of #bb96df color hex is 0.16, 0.33, 0.00, 0.13. Web safe color of #bb96df is #cc99cc. Color #bb96df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 11011111
Octal 273 226 337
Decimal 187 150 223
Hex BB 96 DF

RGB Percentages of Color #bb96df

%33.39
%26.79
%39.82

CMYK Percentages of Color #bb96df

%16
%33
%0
%13

Triadic Colors of #bb96df

#bb96df #dfbb96 #96dfbb

Analogous Colors of #bb96df

#bb96df #df96df #9796df

Monochromatic Colors of #bb96df

#bb96df

Complementary Color

#bb96df #badf96

#bb96df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb96df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb96df Color CSS Codes

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

#bb96df Text Font Color

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

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


#bb96df Background Color

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

This div background color is #bb96df


#bb96df Border Color

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

This div border color is #bb96df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb96df


Comments

No comments written yet.

Please login to write comment.