Color Hex Logo

#bb02dd Color Hex

#BB02DD
(187,2,221)
0 Favorites   0 Comments

Color spaces of #bb02dd

RGB 1872221
HSL0.810.980.44
HSV291°99°87°
CMYK 0.150.990.00   0.13
XYZ33.566415.828769.6927
Yxy15.82870.28190.1329
Hunter Lab39.785380.9741-76.0098
CIE-Lab46.748982.9512-64.1732

#bb02dd color RGB value is (187,2,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000010 11011101
Octal 273 2 335
Decimal 187 2 221
Hex BB 2 DD

RGB Percentages of Color #bb02dd

%45.61
%0.49
%53.90

CMYK Percentages of Color #bb02dd

%15
%99
%0
%13

Triadic Colors of #bb02dd

#bb02dd #ddbb02 #02ddbb

Analogous Colors of #bb02dd

#bb02dd #dd0292 #4e02dd

Monochromatic Colors of #bb02dd

#bb02dd

Complementary Color

#bb02dd #24dd02

#bb02dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb02dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb02dd Color CSS Codes

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

#bb02dd Text Font Color

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

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


#bb02dd Background Color

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

This div background color is #bb02dd


#bb02dd Border Color

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

This div border color is #bb02dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb02dd


Comments

No comments written yet.

Please login to write comment.