Color Hex Logo

#bb09df Color Hex

#BB09DF
(187,9,223)
0 Favorites   0 Comments

Color spaces of #bb09df

RGB 1879223
HSL0.810.920.45
HSV290°96°87°
CMYK 0.160.960.00   0.13
XYZ33.910516.087971.1300
Yxy16.08790.28000.1328
Hunter Lab40.109780.7196-77.0672
CIE-Lab47.089682.6865-64.7627

#bb09df color RGB value is (187,9,223).

#bb09df hex color red value is 187, green value is 9 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb09df hue: 0.81 , saturation: 0.92 and the lightness value of bb09df is 0.45.

The process color (four color CMYK) of #bb09df color hex is 0.16, 0.96, 0.00, 0.13. Web safe color of #bb09df is #cc00cc. Color #bb09df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001001 11011111
Octal 273 11 337
Decimal 187 9 223
Hex BB 9 DF

RGB Percentages of Color #bb09df

%44.63
%2.15
%53.22

CMYK Percentages of Color #bb09df

%16
%96
%0
%13

Triadic Colors of #bb09df

#bb09df #dfbb09 #09dfbb

Analogous Colors of #bb09df

#bb09df #df0998 #5009df

Monochromatic Colors of #bb09df

#bb09df

Complementary Color

#bb09df #2ddf09

#bb09df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb09df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb09df Color CSS Codes

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

#bb09df Text Font Color

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

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


#bb09df Background Color

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

This div background color is #bb09df


#bb09df Border Color

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

This div border color is #bb09df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb09df


Comments

No comments written yet.

Please login to write comment.