Color Hex Logo

#bc87de Color Hex

#BC87DE
(188,135,222)
0 Favorites   0 Comments

Color spaces of #bc87de

RGB 188135222
HSL0.770.570.70
HSV277°39°87°
CMYK 0.150.390.00   0.13
XYZ42.587833.293273.2889
Yxy33.29320.28550.2232
Hunter Lab57.700330.7730-34.9180
CIE-Lab64.397636.0650-36.6595

#bc87de color RGB value is (188,135,222).

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

The process color (four color CMYK) of #bc87de color hex is 0.15, 0.39, 0.00, 0.13. Web safe color of #bc87de is #cc99cc. Color #bc87de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 11011110
Octal 274 207 336
Decimal 188 135 222
Hex BC 87 DE

RGB Percentages of Color #bc87de

%34.50
%24.77
%40.73

CMYK Percentages of Color #bc87de

%15
%39
%0
%13

Triadic Colors of #bc87de

#bc87de #debc87 #87debc

Analogous Colors of #bc87de

#bc87de #de87d5 #9187de

Monochromatic Colors of #bc87de

#bc87de

Complementary Color

#bc87de #a9de87

#bc87de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc87de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc87de Color CSS Codes

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

#bc87de Text Font Color

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

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


#bc87de Background Color

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

This div background color is #bc87de


#bc87de Border Color

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

This div border color is #bc87de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc87de


Comments

No comments written yet.

Please login to write comment.