Color Hex Logo

#bc06dd Color Hex

#BC06DD
(188,6,221)
0 Favorites   0 Comments

Color spaces of #bc06dd

RGB 1886221
HSL0.810.950.45
HSV291°97°87°
CMYK 0.150.970.00   0.13
XYZ33.855316.042169.7187
Yxy16.04210.28300.1341
Hunter Lab40.052680.7889-75.1680
CIE-Lab47.029782.7522-63.7106

#bc06dd color RGB value is (188,6,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000110 11011101
Octal 274 6 335
Decimal 188 6 221
Hex BC 6 DD

RGB Percentages of Color #bc06dd

%45.30
%1.45
%53.25

CMYK Percentages of Color #bc06dd

%15
%97
%0
%13

Triadic Colors of #bc06dd

#bc06dd #ddbc06 #06ddbc

Analogous Colors of #bc06dd

#bc06dd #dd0693 #5106dd

Monochromatic Colors of #bc06dd

#bc06dd

Complementary Color

#bc06dd #27dd06

#bc06dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc06dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc06dd Color CSS Codes

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

#bc06dd Text Font Color

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

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


#bc06dd Background Color

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

This div background color is #bc06dd


#bc06dd Border Color

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

This div border color is #bc06dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc06dd


Comments

No comments written yet.

Please login to write comment.