Color Hex Logo

#bc56ec Color Hex

#BC56EC
(188,86,236)
0 Favorites   0 Comments

Color spaces of #bc56ec

RGB 18886236
HSL0.780.800.63
HSV281°64°93°
CMYK 0.200.640.00   0.07
XYZ39.207123.403181.8077
Yxy23.40310.27150.1621
Hunter Lab48.376860.0066-66.3989
CIE-Lab55.485164.0764-58.5696

#bc56ec color RGB value is (188,86,236).

#bc56ec hex color red value is 188, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bc56ec hue: 0.78 , saturation: 0.80 and the lightness value of bc56ec is 0.63.

The process color (four color CMYK) of #bc56ec color hex is 0.20, 0.64, 0.00, 0.07. Web safe color of #bc56ec is #cc66ff. Color #bc56ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 11101100
Octal 274 126 354
Decimal 188 86 236
Hex BC 56 EC

RGB Percentages of Color #bc56ec

%36.86
%16.86
%46.27

CMYK Percentages of Color #bc56ec

%20
%64
%0
%7

Triadic Colors of #bc56ec

#bc56ec #ecbc56 #56ecbc

Analogous Colors of #bc56ec

#bc56ec #ec56d1 #7156ec

Monochromatic Colors of #bc56ec

#bc56ec

Complementary Color

#bc56ec #86ec56

#bc56ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc56ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc56ec Color CSS Codes

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

#bc56ec Text Font Color

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

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


#bc56ec Background Color

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

This div background color is #bc56ec


#bc56ec Border Color

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

This div border color is #bc56ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc56ec


Comments

No comments written yet.

Please login to write comment.