Color Hex Logo

#bc89dc Color Hex

#BC89DC
(188,137,220)
0 Favorites   0 Comments

Color spaces of #bc89dc

RGB 188137220
HSL0.770.540.70
HSV277°38°86°
CMYK 0.150.380.00   0.14
XYZ42.603033.750071.9791
Yxy33.75000.28720.2275
Hunter Lab58.094829.2348-32.7937
CIE-Lab64.763634.5328-34.9780

#bc89dc color RGB value is (188,137,220).

#bc89dc hex color red value is 188, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bc89dc hue: 0.77 , saturation: 0.54 and the lightness value of bc89dc is 0.70.

The process color (four color CMYK) of #bc89dc color hex is 0.15, 0.38, 0.00, 0.14. Web safe color of #bc89dc is #cc99cc. Color #bc89dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 11011100
Octal 274 211 334
Decimal 188 137 220
Hex BC 89 DC

RGB Percentages of Color #bc89dc

%34.50
%25.14
%40.37

CMYK Percentages of Color #bc89dc

%15
%38
%0
%14

Triadic Colors of #bc89dc

#bc89dc #dcbc89 #89dcbc

Analogous Colors of #bc89dc

#bc89dc #dc89d3 #9389dc

Monochromatic Colors of #bc89dc

#bc89dc

Complementary Color

#bc89dc #a9dc89

#bc89dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc89dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc89dc Color CSS Codes

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

#bc89dc Text Font Color

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

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


#bc89dc Background Color

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

This div background color is #bc89dc


#bc89dc Border Color

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

This div border color is #bc89dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc89dc


Comments

No comments written yet.

Please login to write comment.