Color Hex Logo

#bc10cf Color Hex

#BC10CF
(188,16,207)
0 Favorites   0 Comments

Color spaces of #bc10cf

RGB 18816207
HSL0.820.860.44
HSV294°92°81°
CMYK 0.090.920.00   0.19
XYZ32.186815.566960.3398
Yxy15.56690.29780.1440
Hunter Lab39.454976.5719-63.0559
CIE-Lab46.401179.5409-56.6894

#bc10cf color RGB value is (188,16,207).

#bc10cf hex color red value is 188, green value is 16 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc10cf hue: 0.82 , saturation: 0.86 and the lightness value of bc10cf is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 11001111
Octal 274 20 317
Decimal 188 16 207
Hex BC 10 CF

RGB Percentages of Color #bc10cf

%45.74
%3.89
%50.36

CMYK Percentages of Color #bc10cf

%9
%92
%0
%19

Triadic Colors of #bc10cf

#bc10cf #cfbc10 #10cfbc

Analogous Colors of #bc10cf

#bc10cf #cf1083 #5d10cf

Monochromatic Colors of #bc10cf

#bc10cf

Complementary Color

#bc10cf #23cf10

#bc10cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc10cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc10cf Color CSS Codes

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

#bc10cf Text Font Color

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

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


#bc10cf Background Color

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

This div background color is #bc10cf


#bc10cf Border Color

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

This div border color is #bc10cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc10cf


Comments

No comments written yet.

Please login to write comment.