Color Hex Logo

#bc1ccc Color Hex

#BC1CCC
(188,28,204)
0 Favorites   0 Comments

Color spaces of #bc1ccc

RGB 18828204
HSL0.820.760.45
HSV295°86°80°
CMYK 0.080.860.00   0.20
XYZ32.053415.881558.5028
Yxy15.88150.30110.1492
Hunter Lab39.851673.8306-59.1426
CIE-Lab46.818677.2589-54.2851

#bc1ccc color RGB value is (188,28,204).

#bc1ccc hex color red value is 188, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc1ccc hue: 0.82 , saturation: 0.76 and the lightness value of bc1ccc is 0.45.

The process color (four color CMYK) of #bc1ccc color hex is 0.08, 0.86, 0.00, 0.20. Web safe color of #bc1ccc is #cc33cc. Color #bc1ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011100 11001100
Octal 274 34 314
Decimal 188 28 204
Hex BC 1C CC

RGB Percentages of Color #bc1ccc

%44.76
%6.67
%48.57

CMYK Percentages of Color #bc1ccc

%8
%86
%0
%20

Triadic Colors of #bc1ccc

#bc1ccc #ccbc1c #1cccbc

Analogous Colors of #bc1ccc

#bc1ccc #cc1c84 #641ccc

Monochromatic Colors of #bc1ccc

#bc1ccc

Complementary Color

#bc1ccc #2ccc1c

#bc1ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1ccc Color CSS Codes

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

#bc1ccc Text Font Color

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

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


#bc1ccc Background Color

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

This div background color is #bc1ccc


#bc1ccc Border Color

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

This div border color is #bc1ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1ccc

#bc1ccc Color Palettes


Comments

No comments written yet.

Please login to write comment.