Color Hex Logo

#bc11dd Color Hex

#BC11DD
(188,17,221)
0 Favorites   0 Comments

Color spaces of #bc11dd

RGB 18817221
HSL0.810.860.47
HSV290°92°87°
CMYK 0.150.920.00   0.13
XYZ33.990616.312769.7638
Yxy16.31270.28310.1359
Hunter Lab40.389079.5415-74.1392
CIE-Lab47.382181.7047-63.1401

#bc11dd color RGB value is (188,17,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010001 11011101
Octal 274 21 335
Decimal 188 17 221
Hex BC 11 DD

RGB Percentages of Color #bc11dd

%44.13
%3.99
%51.88

CMYK Percentages of Color #bc11dd

%15
%92
%0
%13

Triadic Colors of #bc11dd

#bc11dd #ddbc11 #11ddbc

Analogous Colors of #bc11dd

#bc11dd #dd1198 #5611dd

Monochromatic Colors of #bc11dd

#bc11dd

Complementary Color

#bc11dd #32dd11

#bc11dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc11dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc11dd Color CSS Codes

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

#bc11dd Text Font Color

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

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


#bc11dd Background Color

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

This div background color is #bc11dd


#bc11dd Border Color

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

This div border color is #bc11dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc11dd


Comments

No comments written yet.

Please login to write comment.