Color Hex Logo

#bc89ce Color Hex

#BC89CE
(188,137,206)
0 Favorites   0 Comments

Color spaces of #bc89ce

RGB 188137206
HSL0.790.410.67
HSV284°33°81°
CMYK 0.090.330.00   0.19
XYZ40.825333.038962.6179
Yxy33.03890.29910.2421
Hunter Lab57.479526.1921-24.3546
CIE-Lab64.192431.5970-28.0566

#bc89ce color RGB value is (188,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 11001110
Octal 274 211 316
Decimal 188 137 206
Hex BC 89 CE

RGB Percentages of Color #bc89ce

%35.40
%25.80
%38.79

CMYK Percentages of Color #bc89ce

%9
%33
%0
%19

Triadic Colors of #bc89ce

#bc89ce #cebc89 #89cebc

Analogous Colors of #bc89ce

#bc89ce #ce89be #9a89ce

Monochromatic Colors of #bc89ce

#bc89ce

Complementary Color

#bc89ce #9bce89

#bc89ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc89ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc89ce Color CSS Codes

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

#bc89ce Text Font Color

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

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


#bc89ce Background Color

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

This div background color is #bc89ce


#bc89ce Border Color

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

This div border color is #bc89ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc89ce


Comments

No comments written yet.

Please login to write comment.