Color Hex Logo

#bc07cc Color Hex

#BC07CC
(188,7,204)
0 Favorites   0 Comments

Color spaces of #bc07cc

RGB 1887204
HSL0.820.930.41
HSV295°97°80°
CMYK 0.080.970.00   0.20
XYZ31.714115.203058.3897
Yxy15.20300.30120.1444
Hunter Lab38.991076.9521-61.4940
CIE-Lab45.911079.9387-55.7452

#bc07cc color RGB value is (188,7,204).

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

The process color (four color CMYK) of #bc07cc color hex is 0.08, 0.97, 0.00, 0.20. Web safe color of #bc07cc is #cc00cc. Color #bc07cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000111 11001100
Octal 274 7 314
Decimal 188 7 204
Hex BC 7 CC

RGB Percentages of Color #bc07cc

%47.12
%1.75
%51.13

CMYK Percentages of Color #bc07cc

%8
%97
%0
%20

Triadic Colors of #bc07cc

#bc07cc #ccbc07 #07ccbc

Analogous Colors of #bc07cc

#bc07cc #cc077a #5a07cc

Monochromatic Colors of #bc07cc

#bc07cc

Complementary Color

#bc07cc #17cc07

#bc07cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc07cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc07cc Color CSS Codes

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

#bc07cc Text Font Color

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

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


#bc07cc Background Color

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

This div background color is #bc07cc


#bc07cc Border Color

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

This div border color is #bc07cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc07cc


Comments

No comments written yet.

Please login to write comment.