Color Hex Logo

#bc40cc Color Hex

#BC40CC
(188,64,204)
0 Favorites   0 Comments

Color spaces of #bc40cc

RGB 18864204
HSL0.810.580.53
HSV293°69°80°
CMYK 0.080.690.00   0.20
XYZ33.471518.717858.9755
Yxy18.71780.30110.1684
Hunter Lab43.264162.3854-50.5364
CIE-Lab50.355467.0728-48.6240

#bc40cc color RGB value is (188,64,204).

#bc40cc hex color red value is 188, green value is 64 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc40cc hue: 0.81 , saturation: 0.58 and the lightness value of bc40cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 11001100
Octal 274 100 314
Decimal 188 64 204
Hex BC 40 CC

RGB Percentages of Color #bc40cc

%41.23
%14.04
%44.74

CMYK Percentages of Color #bc40cc

%8
%69
%0
%20

Triadic Colors of #bc40cc

#bc40cc #ccbc40 #40ccbc

Analogous Colors of #bc40cc

#bc40cc #cc4096 #7640cc

Monochromatic Colors of #bc40cc

#bc40cc

Complementary Color

#bc40cc #50cc40

#bc40cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc40cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc40cc Color CSS Codes

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

#bc40cc Text Font Color

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

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


#bc40cc Background Color

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

This div background color is #bc40cc


#bc40cc Border Color

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

This div border color is #bc40cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc40cc


Comments

No comments written yet.

Please login to write comment.