Color Hex Logo

#bc6bcf Color Hex

#BC6BCF
(188,107,207)
0 Favorites   0 Comments

Color spaces of #bc6bcf

RGB 188107207
HSL0.800.510.62
HSV289°48°81°
CMYK 0.090.480.00   0.19
XYZ37.259225.711862.0306
Yxy25.71180.29810.2057
Hunter Lab50.706842.4243-37.0358
CIE-Lab57.762547.9914-38.6211

#bc6bcf color RGB value is (188,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101011 11001111
Octal 274 153 317
Decimal 188 107 207
Hex BC 6B CF

RGB Percentages of Color #bc6bcf

%37.45
%21.31
%41.24

CMYK Percentages of Color #bc6bcf

%9
%48
%0
%19

Triadic Colors of #bc6bcf

#bc6bcf #cfbc6b #6bcfbc

Analogous Colors of #bc6bcf

#bc6bcf #cf6bb0 #8a6bcf

Monochromatic Colors of #bc6bcf

#bc6bcf

Complementary Color

#bc6bcf #7ecf6b

#bc6bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6bcf Color CSS Codes

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

#bc6bcf Text Font Color

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

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


#bc6bcf Background Color

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

This div background color is #bc6bcf


#bc6bcf Border Color

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

This div border color is #bc6bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6bcf


Comments

No comments written yet.

Please login to write comment.