Color Hex Logo

#bc0bdd Color Hex

#BC0BDD
(188,11,221)
0 Favorites   0 Comments

Color spaces of #bc0bdd

RGB 18811221
HSL0.810.910.45
HSV291°95°87°
CMYK 0.150.950.00   0.13
XYZ33.909916.151269.7369
Yxy16.15120.28310.1348
Hunter Lab40.188680.2830-74.7506
CIE-Lab47.172282.3282-63.4798

#bc0bdd color RGB value is (188,11,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001011 11011101
Octal 274 13 335
Decimal 188 11 221
Hex BC B DD

RGB Percentages of Color #bc0bdd

%44.76
%2.62
%52.62

CMYK Percentages of Color #bc0bdd

%15
%95
%0
%13

Triadic Colors of #bc0bdd

#bc0bdd #ddbc0b #0bddbc

Analogous Colors of #bc0bdd

#bc0bdd #dd0b95 #530bdd

Monochromatic Colors of #bc0bdd

#bc0bdd

Complementary Color

#bc0bdd #2cdd0b

#bc0bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0bdd Color CSS Codes

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

#bc0bdd Text Font Color

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

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


#bc0bdd Background Color

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

This div background color is #bc0bdd


#bc0bdd Border Color

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

This div border color is #bc0bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0bdd


Comments

No comments written yet.

Please login to write comment.