Color Hex Logo

#bc66cc Color Hex

#BC66CC
(188,102,204)
0 Favorites   0 Comments

Color spaces of #bc66cc

RGB 188102204
HSL0.810.500.60
HSV291°50°80°
CMYK 0.080.500.00   0.20
XYZ36.389524.553759.9481
Yxy24.55370.30100.2031
Hunter Lab49.551744.3704-37.0434
CIE-Lab56.638049.9688-38.6833

#bc66cc color RGB value is (188,102,204).

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

The process color (four color CMYK) of #bc66cc color hex is 0.08, 0.50, 0.00, 0.20. Web safe color of #bc66cc is #cc66cc. Color #bc66cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100110 11001100
Octal 274 146 314
Decimal 188 102 204
Hex BC 66 CC

RGB Percentages of Color #bc66cc

%38.06
%20.65
%41.30

CMYK Percentages of Color #bc66cc

%8
%50
%0
%20

Triadic Colors of #bc66cc

#bc66cc #ccbc66 #66ccbc

Analogous Colors of #bc66cc

#bc66cc #cc66a9 #8966cc

Monochromatic Colors of #bc66cc

#bc66cc

Complementary Color

#bc66cc #76cc66

#bc66cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc66cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc66cc Color CSS Codes

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

#bc66cc Text Font Color

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

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


#bc66cc Background Color

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

This div background color is #bc66cc


#bc66cc Border Color

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

This div border color is #bc66cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc66cc


Comments

No comments written yet.

Please login to write comment.