Color Hex Logo

#bc68cc Color Hex

#BC68CC
(188,104,204)
0 Favorites   0 Comments

Color spaces of #bc68cc

RGB 188104204
HSL0.810.500.60
HSV290°49°80°
CMYK 0.080.490.00   0.20
XYZ36.588424.951660.0145
Yxy24.95160.30100.2053
Hunter Lab49.951643.3320-36.2681
CIE-Lab57.028248.9469-38.0709

#bc68cc color RGB value is (188,104,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 11001100
Octal 274 150 314
Decimal 188 104 204
Hex BC 68 CC

RGB Percentages of Color #bc68cc

%37.90
%20.97
%41.13

CMYK Percentages of Color #bc68cc

%8
%49
%0
%20

Triadic Colors of #bc68cc

#bc68cc #ccbc68 #68ccbc

Analogous Colors of #bc68cc

#bc68cc #cc68aa #8a68cc

Monochromatic Colors of #bc68cc

#bc68cc

Complementary Color

#bc68cc #78cc68

#bc68cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc68cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc68cc Color CSS Codes

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

#bc68cc Text Font Color

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

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


#bc68cc Background Color

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

This div background color is #bc68cc


#bc68cc Border Color

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

This div border color is #bc68cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc68cc


Comments

No comments written yet.

Please login to write comment.