Color Hex Logo

#bc8dce Color Hex

#BC8DCE
(188,141,206)
0 Favorites   0 Comments

Color spaces of #bc8dce

RGB 188141206
HSL0.790.400.68
HSV283°32°81°
CMYK 0.090.320.00   0.19
XYZ41.404534.197462.8110
Yxy34.19740.29910.2471
Hunter Lab58.478524.0457-22.7476
CIE-Lab65.119029.3789-26.6299

#bc8dce color RGB value is (188,141,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001101 11001110
Octal 274 215 316
Decimal 188 141 206
Hex BC 8D CE

RGB Percentages of Color #bc8dce

%35.14
%26.36
%38.50

CMYK Percentages of Color #bc8dce

%9
%32
%0
%19

Triadic Colors of #bc8dce

#bc8dce #cebc8d #8dcebc

Analogous Colors of #bc8dce

#bc8dce #ce8dc0 #9c8dce

Monochromatic Colors of #bc8dce

#bc8dce

Complementary Color

#bc8dce #9fce8d

#bc8dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8dce Color CSS Codes

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

#bc8dce Text Font Color

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

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


#bc8dce Background Color

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

This div background color is #bc8dce


#bc8dce Border Color

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

This div border color is #bc8dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8dce


Comments

No comments written yet.

Please login to write comment.