Color Hex Logo

#bb02df Color Hex

#BB02DF
(187,2,223)
0 Favorites   0 Comments

Color spaces of #bb02df

RGB 1872223
HSL0.810.980.44
HSV290°99°87°
CMYK 0.160.990.00   0.13
XYZ33.834515.935971.1047
Yxy15.93590.27990.1318
Hunter Lab39.919881.4302-77.6628
CIE-Lab46.890383.2805-65.0858

#bb02df color RGB value is (187,2,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000010 11011111
Octal 273 2 337
Decimal 187 2 223
Hex BB 2 DF

RGB Percentages of Color #bb02df

%45.39
%0.49
%54.13

CMYK Percentages of Color #bb02df

%16
%99
%0
%13

Triadic Colors of #bb02df

#bb02df #dfbb02 #02dfbb

Analogous Colors of #bb02df

#bb02df #df0295 #4d02df

Monochromatic Colors of #bb02df

#bb02df

Complementary Color

#bb02df #26df02

#bb02df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb02df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb02df Color CSS Codes

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

#bb02df Text Font Color

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

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


#bb02df Background Color

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

This div background color is #bb02df


#bb02df Border Color

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

This div border color is #bb02df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb02df


Comments

No comments written yet.

Please login to write comment.