Color Hex Logo

#bc0cce Color Hex

#BC0CCE
(188,12,206)
0 Favorites   0 Comments

Color spaces of #bc0cce

RGB 18812206
HSL0.820.890.43
HSV294°94°81°
CMYK 0.090.940.00   0.19
XYZ32.011115.410559.6799
Yxy15.41050.29890.1439
Hunter Lab39.256276.8577-62.6573
CIE-Lab46.191479.8094-56.4498

#bc0cce color RGB value is (188,12,206).

#bc0cce hex color red value is 188, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bc0cce hue: 0.82 , saturation: 0.89 and the lightness value of bc0cce is 0.43.

The process color (four color CMYK) of #bc0cce color hex is 0.09, 0.94, 0.00, 0.19. Web safe color of #bc0cce is #cc00cc. Color #bc0cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 11001110
Octal 274 14 316
Decimal 188 12 206
Hex BC C CE

RGB Percentages of Color #bc0cce

%46.31
%2.96
%50.74

CMYK Percentages of Color #bc0cce

%9
%94
%0
%19

Triadic Colors of #bc0cce

#bc0cce #cebc0c #0ccebc

Analogous Colors of #bc0cce

#bc0cce #ce0c7f #5b0cce

Monochromatic Colors of #bc0cce

#bc0cce

Complementary Color

#bc0cce #1ece0c

#bc0cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0cce Color CSS Codes

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

#bc0cce Text Font Color

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

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


#bc0cce Background Color

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

This div background color is #bc0cce


#bc0cce Border Color

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

This div border color is #bc0cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,12,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc0cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0cce


Comments

No comments written yet.

Please login to write comment.