Color Hex Logo

#bb02eb Color Hex

#BB02EB
(187,2,235)
0 Favorites   0 Comments

Color spaces of #bb02eb

RGB 1872235
HSL0.800.980.46
HSV288°99°92°
CMYK 0.200.990.00   0.08
XYZ35.510616.606479.9310
Yxy16.60640.26890.1258
Hunter Lab40.751084.2317-87.7688
CIE-Lab47.760285.2881-70.4874

#bb02eb color RGB value is (187,2,235).

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

The process color (four color CMYK) of #bb02eb color hex is 0.20, 0.99, 0.00, 0.08. Web safe color of #bb02eb is #cc00ff. Color #bb02eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000010 11101011
Octal 273 2 353
Decimal 187 2 235
Hex BB 2 EB

RGB Percentages of Color #bb02eb

%44.10
%0.47
%55.42

CMYK Percentages of Color #bb02eb

%20
%99
%0
%8

Triadic Colors of #bb02eb

#bb02eb #ebbb02 #02ebbb

Analogous Colors of #bb02eb

#bb02eb #eb02a7 #4602eb

Monochromatic Colors of #bb02eb

#bb02eb

Complementary Color

#bb02eb #32eb02

#bb02eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb02eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb02eb Color CSS Codes

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

#bb02eb Text Font Color

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

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


#bb02eb Background Color

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

This div background color is #bb02eb


#bb02eb Border Color

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

This div border color is #bb02eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb02eb


Comments

No comments written yet.

Please login to write comment.