Color Hex Logo

#bc16db Color Hex

#BC16DB
(188,22,219)
0 Favorites   0 Comments

Color spaces of #bc16db

RGB 18822219
HSL0.810.820.47
HSV291°90°86°
CMYK 0.140.900.00   0.14
XYZ33.812116.379768.3973
Yxy16.37970.28510.1381
Hunter Lab40.471878.3017-71.8696
CIE-Lab47.468880.7088-61.8575

#bc16db color RGB value is (188,22,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 11011011
Octal 274 26 333
Decimal 188 22 219
Hex BC 16 DB

RGB Percentages of Color #bc16db

%43.82
%5.13
%51.05

CMYK Percentages of Color #bc16db

%14
%90
%0
%14

Triadic Colors of #bc16db

#bc16db #dbbc16 #16dbbc

Analogous Colors of #bc16db

#bc16db #db1698 #5916db

Monochromatic Colors of #bc16db

#bc16db

Complementary Color

#bc16db #35db16

#bc16db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc16db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc16db Color CSS Codes

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

#bc16db Text Font Color

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

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


#bc16db Background Color

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

This div background color is #bc16db


#bc16db Border Color

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

This div border color is #bc16db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc16db


Comments

No comments written yet.

Please login to write comment.