Color Hex Logo

#bc81ce Color Hex

#BC81CE
(188,129,206)
0 Favorites   0 Comments

Color spaces of #bc81ce

RGB 188129206
HSL0.790.440.66
HSV286°37°81°
CMYK 0.090.370.00   0.19
XYZ39.729930.848162.2528
Yxy30.84810.29910.2322
Hunter Lab55.541130.4886-27.5760
CIE-Lab62.379236.0078-30.8589

#bc81ce color RGB value is (188,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000001 11001110
Octal 274 201 316
Decimal 188 129 206
Hex BC 81 CE

RGB Percentages of Color #bc81ce

%35.95
%24.67
%39.39

CMYK Percentages of Color #bc81ce

%9
%37
%0
%19

Triadic Colors of #bc81ce

#bc81ce #cebc81 #81cebc

Analogous Colors of #bc81ce

#bc81ce #ce81ba #9681ce

Monochromatic Colors of #bc81ce

#bc81ce

Complementary Color

#bc81ce #93ce81

#bc81ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc81ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc81ce Color CSS Codes

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

#bc81ce Text Font Color

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

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


#bc81ce Background Color

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

This div background color is #bc81ce


#bc81ce Border Color

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

This div border color is #bc81ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc81ce


Comments

No comments written yet.

Please login to write comment.