Color Hex Logo

#bc87dd Color Hex

#BC87DD
(188,135,221)
0 Favorites   0 Comments

Color spaces of #bc87dd

RGB 188135221
HSL0.770.560.70
HSV277°39°87°
CMYK 0.150.390.00   0.13
XYZ42.454233.239872.5850
Yxy33.23980.28630.2242
Hunter Lab57.654030.5462-34.2869
CIE-Lab64.354635.8499-36.1707

#bc87dd color RGB value is (188,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 11011101
Octal 274 207 335
Decimal 188 135 221
Hex BC 87 DD

RGB Percentages of Color #bc87dd

%34.56
%24.82
%40.63

CMYK Percentages of Color #bc87dd

%15
%39
%0
%13

Triadic Colors of #bc87dd

#bc87dd #ddbc87 #87ddbc

Analogous Colors of #bc87dd

#bc87dd #dd87d3 #9187dd

Monochromatic Colors of #bc87dd

#bc87dd

Complementary Color

#bc87dd #a8dd87

#bc87dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc87dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc87dd Color CSS Codes

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

#bc87dd Text Font Color

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

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


#bc87dd Background Color

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

This div background color is #bc87dd


#bc87dd Border Color

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

This div border color is #bc87dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc87dd


Comments

No comments written yet.

Please login to write comment.