Color Hex Logo

#bb16dc Color Hex

#BB16DC
(187,22,220)
0 Favorites   0 Comments

Color spaces of #bb16dc

RGB 18722220
HSL0.810.820.47
HSV290°90°86°
CMYK 0.150.900.00   0.14
XYZ33.698716.305969.0814
Yxy16.30590.28300.1369
Hunter Lab40.380678.2972-73.1645
CIE-Lab47.373380.7238-62.5913

#bb16dc color RGB value is (187,22,220).

#bb16dc hex color red value is 187, green value is 22 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb16dc hue: 0.81 , saturation: 0.82 and the lightness value of bb16dc is 0.47.

The process color (four color CMYK) of #bb16dc color hex is 0.15, 0.90, 0.00, 0.14. Web safe color of #bb16dc is #cc00cc. Color #bb16dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010110 11011100
Octal 273 26 334
Decimal 187 22 220
Hex BB 16 DC

RGB Percentages of Color #bb16dc

%43.59
%5.13
%51.28

CMYK Percentages of Color #bb16dc

%15
%90
%0
%14

Triadic Colors of #bb16dc

#bb16dc #dcbb16 #16dcbb

Analogous Colors of #bb16dc

#bb16dc #dc169a #5816dc

Monochromatic Colors of #bb16dc

#bb16dc

Complementary Color

#bb16dc #37dc16

#bb16dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb16dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb16dc Color CSS Codes

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

#bb16dc Text Font Color

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

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


#bb16dc Background Color

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

This div background color is #bb16dc


#bb16dc Border Color

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

This div border color is #bb16dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb16dc


Comments

No comments written yet.

Please login to write comment.