Color Hex Logo

#bc8cce Color Hex

#BC8CCE
(188,140,206)
0 Favorites   0 Comments

Color spaces of #bc8cce

RGB 188140206
HSL0.790.400.68
HSV284°32°81°
CMYK 0.090.320.00   0.19
XYZ41.257733.903862.7621
Yxy33.90380.29910.2458
Hunter Lab58.227024.5820-23.1490
CIE-Lab64.886129.9339-26.9881

#bc8cce color RGB value is (188,140,206).

#bc8cce hex color red value is 188, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bc8cce hue: 0.79 , saturation: 0.40 and the lightness value of bc8cce is 0.68.

The process color (four color CMYK) of #bc8cce color hex is 0.09, 0.32, 0.00, 0.19. Web safe color of #bc8cce is #cc99cc. Color #bc8cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001100 11001110
Octal 274 214 316
Decimal 188 140 206
Hex BC 8C CE

RGB Percentages of Color #bc8cce

%35.21
%26.22
%38.58

CMYK Percentages of Color #bc8cce

%9
%32
%0
%19

Triadic Colors of #bc8cce

#bc8cce #cebc8c #8ccebc

Analogous Colors of #bc8cce

#bc8cce #ce8cbf #9b8cce

Monochromatic Colors of #bc8cce

#bc8cce

Complementary Color

#bc8cce #9ece8c

#bc8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8cce Color CSS Codes

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

#bc8cce Text Font Color

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

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


#bc8cce Background Color

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

This div background color is #bc8cce


#bc8cce Border Color

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

This div border color is #bc8cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,140,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc8cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8cce


Comments

No comments written yet.

Please login to write comment.