Color Hex Logo

#bc60cf Color Hex

#BC60CF
(188,96,207)
0 Favorites   0 Comments

Color spaces of #bc60cf

RGB 18896207
HSL0.800.540.59
HSV290°54°81°
CMYK 0.090.540.00   0.19
XYZ36.184423.562161.6723
Yxy23.56210.29800.1941
Hunter Lab48.540848.1151-41.3509
CIE-Lab55.646753.5582-41.9492

#bc60cf color RGB value is (188,96,207).

#bc60cf hex color red value is 188, green value is 96 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc60cf hue: 0.80 , saturation: 0.54 and the lightness value of bc60cf is 0.59.

The process color (four color CMYK) of #bc60cf color hex is 0.09, 0.54, 0.00, 0.19. Web safe color of #bc60cf is #cc66cc. Color #bc60cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 11001111
Octal 274 140 317
Decimal 188 96 207
Hex BC 60 CF

RGB Percentages of Color #bc60cf

%38.29
%19.55
%42.16

CMYK Percentages of Color #bc60cf

%9
%54
%0
%19

Triadic Colors of #bc60cf

#bc60cf #cfbc60 #60cfbc

Analogous Colors of #bc60cf

#bc60cf #cf60ab #8560cf

Monochromatic Colors of #bc60cf

#bc60cf

Complementary Color

#bc60cf #73cf60

#bc60cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc60cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc60cf Color CSS Codes

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

#bc60cf Text Font Color

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

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


#bc60cf Background Color

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

This div background color is #bc60cf


#bc60cf Border Color

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

This div border color is #bc60cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc60cf


Comments

No comments written yet.

Please login to write comment.