Color Hex Logo

#bc87ea Color Hex

#BC87EA
(188,135,234)
0 Favorites   0 Comments

Color spaces of #bc87ea

RGB 188135234
HSL0.760.700.72
HSV272°42°92°
CMYK 0.200.420.00   0.08
XYZ44.254333.959882.0643
Yxy33.95980.27610.2119
Hunter Lab58.275033.5723-42.7011
CIE-Lab64.930738.6943-42.4742

#bc87ea color RGB value is (188,135,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 11101010
Octal 274 207 352
Decimal 188 135 234
Hex BC 87 EA

RGB Percentages of Color #bc87ea

%33.75
%24.24
%42.01

CMYK Percentages of Color #bc87ea

%20
%42
%0
%8

Triadic Colors of #bc87ea

#bc87ea #eabc87 #87eabc

Analogous Colors of #bc87ea

#bc87ea #ea87e7 #8b87ea

Monochromatic Colors of #bc87ea

#bc87ea

Complementary Color

#bc87ea #b5ea87

#bc87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc87ea Color CSS Codes

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

#bc87ea Text Font Color

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

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


#bc87ea Background Color

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

This div background color is #bc87ea


#bc87ea Border Color

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

This div border color is #bc87ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc87ea


Comments

No comments written yet.

Please login to write comment.