Color Hex Logo

#bc0bdb Color Hex

#BC0BDB
(188,11,219)
0 Favorites   0 Comments

Color spaces of #bc0bdb

RGB 18811219
HSL0.810.900.45
HSV291°95°86°
CMYK 0.140.950.00   0.14
XYZ33.644916.045268.3416
Yxy16.04520.28500.1359
Hunter Lab40.056579.8299-73.1170
CIE-Lab47.033781.9990-62.5611

#bc0bdb color RGB value is (188,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001011 11011011
Octal 274 13 333
Decimal 188 11 219
Hex BC B DB

RGB Percentages of Color #bc0bdb

%44.98
%2.63
%52.39

CMYK Percentages of Color #bc0bdb

%14
%95
%0
%14

Triadic Colors of #bc0bdb

#bc0bdb #dbbc0b #0bdbbc

Analogous Colors of #bc0bdb

#bc0bdb #db0b92 #540bdb

Monochromatic Colors of #bc0bdb

#bc0bdb

Complementary Color

#bc0bdb #2adb0b

#bc0bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0bdb Color CSS Codes

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

#bc0bdb Text Font Color

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

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


#bc0bdb Background Color

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

This div background color is #bc0bdb


#bc0bdb Border Color

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

This div border color is #bc0bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0bdb


Comments

No comments written yet.

Please login to write comment.