Color Hex Logo

#bc13db Color Hex

#BC13DB
(188,19,219)
0 Favorites   0 Comments

Color spaces of #bc13db

RGB 18819219
HSL0.810.840.47
HSV291°91°86°
CMYK 0.140.910.00   0.14
XYZ33.758116.271668.3793
Yxy16.27160.28510.1374
Hunter Lab40.338178.7913-72.2691
CIE-Lab47.328881.1233-62.0838

#bc13db color RGB value is (188,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 11011011
Octal 274 23 333
Decimal 188 19 219
Hex BC 13 DB

RGB Percentages of Color #bc13db

%44.13
%4.46
%51.41

CMYK Percentages of Color #bc13db

%14
%91
%0
%14

Triadic Colors of #bc13db

#bc13db #dbbc13 #13dbbc

Analogous Colors of #bc13db

#bc13db #db1396 #5813db

Monochromatic Colors of #bc13db

#bc13db

Complementary Color

#bc13db #32db13

#bc13db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc13db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc13db Color CSS Codes

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

#bc13db Text Font Color

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

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


#bc13db Background Color

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

This div background color is #bc13db


#bc13db Border Color

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

This div border color is #bc13db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc13db


Comments

No comments written yet.

Please login to write comment.