Color Hex Logo

#bc89eb Color Hex

#BC89EB
(188,137,235)
0 Favorites   0 Comments

Color spaces of #bc89eb

RGB 188137235
HSL0.750.710.73
HSV271°42°92°
CMYK 0.200.420.00   0.08
XYZ44.680134.580882.9171
Yxy34.58080.27550.2132
Hunter Lab58.805432.7139-42.4365
CIE-Lab65.421037.8197-42.2571

#bc89eb color RGB value is (188,137,235).

#bc89eb hex color red value is 188, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bc89eb hue: 0.75 , saturation: 0.71 and the lightness value of bc89eb is 0.73.

The process color (four color CMYK) of #bc89eb color hex is 0.20, 0.42, 0.00, 0.08. Web safe color of #bc89eb is #cc99ff. Color #bc89eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 11101011
Octal 274 211 353
Decimal 188 137 235
Hex BC 89 EB

RGB Percentages of Color #bc89eb

%33.57
%24.46
%41.96

CMYK Percentages of Color #bc89eb

%20
%42
%0
%8

Triadic Colors of #bc89eb

#bc89eb #ebbc89 #89ebbc

Analogous Colors of #bc89eb

#bc89eb #eb89e9 #8b89eb

Monochromatic Colors of #bc89eb

#bc89eb

Complementary Color

#bc89eb #b8eb89

#bc89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc89eb Color CSS Codes

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

#bc89eb Text Font Color

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

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


#bc89eb Background Color

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

This div background color is #bc89eb


#bc89eb Border Color

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

This div border color is #bc89eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc89eb


Comments

No comments written yet.

Please login to write comment.